diff options
| author | Petr Štetiar | 2024-11-28 18:36:06 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-11-28 18:36:06 +0000 |
| commit | 620a7ef47f0ba0e5d8769eed808a2875474e05d4 (patch) | |
| tree | 24d1d3f81f79bacab37fc833f0df7e7f95b304da | |
| parent | 08f12283c7436814cdd10d93b5cb913f49acad3e (diff) | |
| download | openwrt-620a7ef47f0ba0e5d8769eed808a2875474e05d4.tar.gz | |
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>
| -rw-r--r-- | config/Config-build.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |