diff options
author | Paul Spooren <mail@aparcar.org> | 2024-11-06 16:08:32 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2024-11-11 00:09:50 +0100 |
commit | 40b8fbaa9754c86480eefc3692c9116a51a64718 (patch) | |
tree | 68eedfd2eef6a9149c240821e26f471014f0328f /config | |
parent | c11a18be0dc38c81280baa948500fe1a57de0685 (diff) | |
download | openwrt-40b8fbaa9754c86480eefc3692c9116a51a64718.tar.gz openwrt-40b8fbaa9754c86480eefc3692c9116a51a64718.tar.bz2 openwrt-40b8fbaa9754c86480eefc3692c9116a51a64718.zip |
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@aparcar.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 1 |
1 files changed, 1 insertions, 0 deletions
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" |