mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
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@hauke-m.de> Signed-off-by: Petr Štetiar <ynezz@true.cz> [meeting notes ref, config] Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
7eec852c06
commit
2c3d036fe7
@ -70,7 +70,8 @@ menu "Global build settings"
|
|||||||
|
|
||||||
config USE_APK
|
config USE_APK
|
||||||
imply PACKAGE_apk-mbedtls
|
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"
|
comment "General build options"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user