diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-04-13 17:24:12 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-13 17:24:12 +0200 |
commit | 941fc5e8c8fd48c31c97c9194d1bed786145f978 (patch) | |
tree | 2b40e5a85f9f0b939e821173e2857e745f9f8c77 /config | |
parent | bf4bfd8ccc7c05cb20acee87c4d947e09ec3553b (diff) | |
download | upstream-941fc5e8c8fd48c31c97c9194d1bed786145f978.tar.gz upstream-941fc5e8c8fd48c31c97c9194d1bed786145f978.tar.bz2 upstream-941fc5e8c8fd48c31c97c9194d1bed786145f978.zip |
global: introduce ALL_NONSHARED symbol
Introduce a new symbol ALL_NONSHARED which selects all non-sharable packages
by default. This option is mainly intented for buildbot setups to build the
target dependant software subset only.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 5ad940ba6c..23cf83bc40 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -1,4 +1,5 @@ # Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2016 LEDE Project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -6,6 +7,10 @@ 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 |