config: Use APK as package manager by default
authorPaul Spooren <mail@aparcar.org>
Wed, 6 Nov 2024 15:08:32 +0000 (16:08 +0100)
committerPaul Spooren <mail@aparcar.org>
Sun, 10 Nov 2024 23:09:50 +0000 (00:09 +0100)
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>
config/Config-build.in

index 481be0bb6c55dd882763a30985c925bea418788a..6db2354e88c54fc04a759b4a64d3257c0e0f33bb 100644 (file)
@@ -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"