aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/diffconfig.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-22 15:36:59 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-22 15:36:59 +0200
commit8a2689d533ebfe6bb4695d1c5b05595d3d7c4b07 (patch)
treee794076bebfc8588d12ceb687220ad8cca145599 /scripts/diffconfig.sh
parentee36cbc6b21573720c0d418fd854b93bf0d058e0 (diff)
downloadmaster-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 'scripts/diffconfig.sh')
-rwxr-xr-xscripts/diffconfig.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/diffconfig.sh b/scripts/diffconfig.sh
index f195d1849b..9972a39132 100755
--- a/scripts/diffconfig.sh
+++ b/scripts/diffconfig.sh
@@ -2,6 +2,7 @@
grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head
grep '^CONFIG_ALL=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_ALL_KMODS=y' .config >> tmp/.diffconfig.head
+grep '^CONFIG_ALL_NONSHARED=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_DEVEL=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_TOOLCHAINOPTS=y' .config >> tmp/.diffconfig.head
grep '^CONFIG_BUSYBOX_CUSTOM=y' .config >> tmp/.diffconfig.head