From: Felix Fietkau Date: Thu, 7 Jul 2016 09:23:33 +0000 (+0200) Subject: scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=b80dfe4cdeee58551251cbaefe813c16c3a1040c scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE Fixes FS#43 Signed-off-by: Felix Fietkau --- diff --git a/scripts/diffconfig.sh b/scripts/diffconfig.sh index 9972a39132..bdaf1a1cda 100755 --- a/scripts/diffconfig.sh +++ b/scripts/diffconfig.sh @@ -1,5 +1,6 @@ #!/bin/sh grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head +grep \^CONFIG_TARGET_DEVICE_ .config >> 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