mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
config: build: remove experimental warning from USE_APK option
apk package manager is default for some time, so lets remove the EXPERIMENTAL warning from the related option. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
08f12283c7
commit
620a7ef47f
@ -70,7 +70,7 @@ 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"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
comment "General build options"
|
comment "General build options"
|
||||||
|
Loading…
Reference in New Issue
Block a user