From: Petr Štetiar Date: Thu, 28 Nov 2024 18:36:06 +0000 (+0000) Subject: config: build: remove experimental warning from USE_APK option X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=620a7ef47f0ba0e5d8769eed808a2875474e05d4;p=openwrt%2Fopenwrt.git 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 --- diff --git a/config/Config-build.in b/config/Config-build.in index c8739afa87..ec3a8d1f80 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -70,7 +70,7 @@ 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" default y comment "General build options"