target: install apk-mbedtls by default

since the split of APK in mbedtls and openssl version, installing `apk`
as default package doesn't do the trick anymore. Instead specify
`apk-mbedtls` directly.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Link: https://github.com/openwrt/openwrt/pull/15543
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Paul Spooren 2024-05-24 00:08:56 +02:00 committed by Christian Marangi
parent 2951e0a80e
commit 2c769cff23
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -27,7 +27,7 @@ DEFAULT_PACKAGES:=\
urngd
ifdef CONFIG_USE_APK
DEFAULT_PACKAGES+=apk
DEFAULT_PACKAGES+=apk-mbedtls
else
DEFAULT_PACKAGES+=opkg
endif