[openwrt/openwrt] config: imply apk-mbedtls with USE_APK

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


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

commit a77397e83036a86c36b0b368176bd6f1ab6f409f
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Jun 6 19:16:55 2024 +0200

    config: imply apk-mbedtls with USE_APK
    
    On top of the fixup to select apk-mbedtls when USE_APK is enabled from a
    new config, also imply the package when enabling the config to catch
    .config that are already init.
    
    (Having both opkg and apk installed in a system is not a problem but if
    USE_APK is used, APK presence in the system is mandatory)
    
    Link: https://github.com/openwrt/openwrt/pull/15543
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 config/Config-build.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/Config-build.in b/config/Config-build.in
index ed4feb58c2..02931a87c6 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -69,6 +69,7 @@ menu "Global build settings"
 		default y
 
 	config USE_APK
+		imply PACKAGE_apk-mbedtls
 		bool "Use APK instead of OPKG to build distribution (EXPERIMENTAL)"
 
 	comment "General build options"




More information about the lede-commits mailing list