diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 213609b8b2..582724eff1 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -6,8 +6,12 @@ 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 comment "General build options" |