build: enable package list signing by default
[openwrt/openwrt.git] / config / Config-build.in
index 213609b8b2bf277659cd2e4eb1bf6d5046d6ead6..69fb7089721af63780ef876a0970baef15c2e8a2 100644 (file)
@@ -6,10 +6,18 @@
 
 menu "Global build settings"
 
+       config ALL_KMODS
+               bool "Select all kernel module packages by default"
+               default ALL
+
        config ALL
-               bool "Select all packages by default"
+               bool "Select all userspace packages by default"
                default n
 
+       config SIGNED_PACKAGES
+               bool "Cryptographically signed package lists"
+               default y
+
        comment "General build options"
 
        config DISPLAY_SUPPORT