[openwrt/openwrt] target: install apk-mbedtls by default

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 11 14:59:02 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2c769cff234c514ce00f2dc760a67e909dc2bbb7

commit 2c769cff234c514ce00f2dc760a67e909dc2bbb7
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Fri May 24 00:08:56 2024 +0200

    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 at aparcar.org>
    Link: https://github.com/openwrt/openwrt/pull/15543
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 include/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/target.mk b/include/target.mk
index 8b81b54624..e2274171a9 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




More information about the lede-commits mailing list