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:
Petr Štetiar 2024-11-28 18:36:06 +00:00
parent 08f12283c7
commit 620a7ef47f
No known key found for this signature in database
GPG Key ID: 58EE120F30CC02D3

View File

@ -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"