[openwrt/openwrt] config: build: remove experimental warning from USE_APK option
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 28 10:40:04 PST 2024
ynezz pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/620a7ef47f0ba0e5d8769eed808a2875474e05d4
commit 620a7ef47f0ba0e5d8769eed808a2875474e05d4
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Thu Nov 28 18:36:06 2024 +0000
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 at true.cz>
---
config/Config-build.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
More information about the lede-commits
mailing list