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-Tag: v25.12.0-rc1~4146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=620a7ef47f0ba0e5d8769eed808a2875474e05d4;p=thirdparty%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 c8739afa877..ec3a8d1f803 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"