[openwrt/openwrt] config: Mark USE_APK broken
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 28 10:58:55 PST 2024
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/2c3d036fe7d573eee9874ae9bdeb7c9b3291eebe
commit 2c3d036fe7d573eee9874ae9bdeb7c9b3291eebe
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Nov 27 00:25:12 2024 +0100
config: Mark USE_APK broken
This will hide the USE_APK setting in OpenWrt 24.10 by default.
APK is not stable yet and we do not want to support it in OpenWrt 24.10 branch.
References: https://openwrt.org/meetings/20241126#release_2410
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
Signed-off-by: Petr Štetiar <ynezz at true.cz> [meeting notes ref, config]
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
config/Config-build.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config/Config-build.in b/config/Config-build.in
index 481be0bb6c..ae44985546 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -70,7 +70,8 @@ menu "Global build settings"
config USE_APK
imply PACKAGE_apk-mbedtls
- bool "Use APK instead of OPKG to build distribution (EXPERIMENTAL)"
+ bool "Use APK instead of OPKG to build distribution (BROKEN)"
+ depends on BROKEN
comment "General build options"
More information about the lede-commits
mailing list