target: install apk-mbedtls by default
authorPaul Spooren <mail@aparcar.org>
Thu, 23 May 2024 22:08:56 +0000 (00:08 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 11 Jun 2024 21:58:15 +0000 (23:58 +0200)
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>
include/target.mk

index 8b81b54624869b02af444009c0fcafec14acef51..e2274171a9e02a889b6d0f0c9fd8f9b72630b885 100644 (file)
@@ -27,7 +27,7 @@ DEFAULT_PACKAGES:=\
        urngd
 
 ifdef CONFIG_USE_APK
-DEFAULT_PACKAGES+=apk
+DEFAULT_PACKAGES+=apk-mbedtls
 else
 DEFAULT_PACKAGES+=opkg
 endif