projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f1228
)
config: build: remove experimental warning from USE_APK option
author
Petr Štetiar
<ynezz@true.cz>
Thu, 28 Nov 2024 18:36:06 +0000
(18:36 +0000)
committer
Petr Š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
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index c8739afa8770c57fc2e7b25b30fa57079a550498..ec3a8d1f8033c1717ba99b4321437cbe439a61c5 100644
(file)
--- 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"