From 88ea80c8f3253f3e8c9c1cc6d22a6e9503d14378 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 16 Mar 2015 11:51:54 +0000 Subject: buildroot: make it easier to build all kmods Split out kmods from ALL to make it easier to create local builds that are compatible kmod-wise with releases. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- config/Config-build.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') 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" -- cgit v1.2.3