From 2c769cff234c514ce00f2dc760a67e909dc2bbb7 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Fri, 24 May 2024 00:08:56 +0200 Subject: [PATCH] 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 --- 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 -- 2.30.2