sdk: Allow to change ALL* package settings in SDK
[openwrt/staging/stintel.git] / target / sdk / files / Config.in
index 6cb3fe8aefad4490d8a42e5d669c5c69c133efd5..c7bc41956e94f505d22d5253226b37047031e1cc 100644 (file)
@@ -1,3 +1,19 @@
+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
+
+endmenu
+
 config MODULES
        bool
        default y