diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-06-22 15:36:59 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-22 15:36:59 +0200 |
commit | 8a2689d533ebfe6bb4695d1c5b05595d3d7c4b07 (patch) | |
tree | e794076bebfc8588d12ceb687220ad8cca145599 /config | |
parent | ee36cbc6b21573720c0d418fd854b93bf0d058e0 (diff) | |
download | master-187ad058-8a2689d533ebfe6bb4695d1c5b05595d3d7c4b07.tar.gz master-187ad058-8a2689d533ebfe6bb4695d1c5b05595d3d7c4b07.tar.bz2 master-187ad058-8a2689d533ebfe6bb4695d1c5b05595d3d7c4b07.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 |