From: Paul Spooren Date: Thu, 23 May 2024 22:08:56 +0000 (+0200) Subject: target: install apk-mbedtls by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2c769cff234c514ce00f2dc760a67e909dc2bbb7;p=openwrt%2Fstaging%2Fblogic.git 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 Link: https://github.com/openwrt/openwrt/pull/15543 Signed-off-by: Christian Marangi --- diff --git a/include/target.mk b/include/target.mk index 8b81b5462486..e2274171a9e0 100644 --- a/include/target.mk +++ b/include/target.mk @@ -27,7 +27,7 @@ DEFAULT_PACKAGES:=\ urngd ifdef CONFIG_USE_APK -DEFAULT_PACKAGES+=apk +DEFAULT_PACKAGES+=apk-mbedtls else DEFAULT_PACKAGES+=opkg endif