projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eec852
)
config: Mark USE_APK broken
author
Hauke Mehrtens
<
[email protected]
>
Tue, 26 Nov 2024 23:25:12 +0000
(
00:25
+0100)
committer
Petr Štetiar
<
[email protected]
>
Thu, 28 Nov 2024 18:49:41 +0000
(18:49 +0000)
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 <
[email protected]
>
Signed-off-by: Petr Štetiar <
[email protected]
> [meeting notes ref, config]
Link:
https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <
[email protected]
>
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 481be0bb6c55dd882763a30985c925bea418788a..ae44985546b6dd092551111c6023bf50601111d0 100644
(file)
--- 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"