config: make CONFIG_ALL_* select other CONIFG_ALL_* options
[openwrt/openwrt.git] / config / Config-build.in
index e0889fcccfc29b1364861933ceaa9e8595a697a6..36efac82add8c2fe2daebf44b09f6fabe3f7a091 100644 (file)
@@ -9,15 +9,16 @@ menu "Global build settings"
 
        config ALL_NONSHARED
                bool "Select all target specific packages by default"
-               default ALL || BUILDBOT
+               select ALL_KMODS
+               default BUILDBOT
 
        config ALL_KMODS
                bool "Select all kernel module packages by default"
-               default ALL
 
        config ALL
                bool "Select all userspace packages by default"
-               default n
+               select ALL_KMODS
+               select ALL_NONSHARED
 
        config BUILDBOT
                bool "Set build defaults for automatic builds (e.g. via buildbot)"