sdk: Allow to configure signed pacakge lists
[openwrt/openwrt.git] / target / sdk / files / Config.in
index 4a2f12e74fc4e21c50f33813e326a6a9a6427753..064cb0527bbb0a541a5b102d2c40e7f281296201 100644 (file)
@@ -1,2 +1,27 @@
+menu "Global build settings"
+
+       config ALL_NONSHARED
+               bool "Select all target specific packages by default"
+               default ALL
+
+       config ALL_KMODS
+               bool "Select all kernel module packages by default"
+               default ALL
+
+       config ALL
+               bool "Select all userspace packages by default"
+               default y
+
+       config SIGNED_PACKAGES
+               bool "Cryptographically sign package lists"
+               default y
+
+endmenu
+
+config MODULES
+       bool
+       default y
+       option modules
+
 source "Config-build.in"
 source "tmp/.config-package.in"