X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=config%2FConfig-build.in;h=f9987fcd2bb7118b5f1bb90e9d734293a2a729d0;hp=d5e183926d4d6e734b5b64f6a271fe2b575e85bb;hb=3cd6ccf19915c552e315942697a10dfa210921f0;hpb=01337ba472d0661af1e3b397be3c40573e46ea69 diff --git a/config/Config-build.in b/config/Config-build.in index d5e183926d..f9987fcd2b 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -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)" @@ -83,10 +84,12 @@ menu "Global build settings" Useful for release builds, so that kernel issues can be debugged offline later. - comment "Kernel build options" + menu "Kernel build options" source "config/Config-kernel.in" + endmenu + comment "Package build options" config DEBUG