config: build: remove experimental warning from USE_APK option
authorPetr Štetiar <ynezz@true.cz>
Thu, 28 Nov 2024 18:36:06 +0000 (18:36 +0000)
committerPetr Štetiar <ynezz@true.cz>
Thu, 28 Nov 2024 18:36:06 +0000 (18:36 +0000)
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>
config/Config-build.in

index c8739afa8770c57fc2e7b25b30fa57079a550498..ec3a8d1f8033c1717ba99b4321437cbe439a61c5 100644 (file)
@@ -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"