[openwrt/openwrt] config: Use APK as package manager by default
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 10 15:10:04 PST 2024
aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/40b8fbaa9754c86480eefc3692c9116a51a64718
commit 40b8fbaa9754c86480eefc3692c9116a51a64718
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Nov 6 16:08:32 2024 +0100
config: Use APK as package manager by default
This commit comes after a long period of hard work, starting back in
early 2021 as a proof of concept.
Thanks to the Alpine Linux project for creating such a nice package
manager. Thanks to everyone involved; this is going to be great!
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
config/Config-build.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/Config-build.in b/config/Config-build.in
index 481be0bb6c..6db2354e88 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -71,6 +71,7 @@ menu "Global build settings"
config USE_APK
imply PACKAGE_apk-mbedtls
bool "Use APK instead of OPKG to build distribution (EXPERIMENTAL)"
+ default y
comment "General build options"
More information about the lede-commits
mailing list