]> git.karo-electronics.de Git - karo-tx-linux.git/commit
merge_config.sh: fix bug in final check
authorJohn Stultz <john.stultz@linaro.org>
Fri, 2 Dec 2011 03:09:12 +0000 (14:09 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 2 Dec 2011 03:15:23 +0000 (14:15 +1100)
commita76695bb9fe9b976c13cae279a63704f6d6b2981
tree2feba27df6c5679ccdf1920c28850d58913fca70
parente8ffdd3b05f4c69735d03ddb0460b1164a0dd641
merge_config.sh: fix bug in final check

Arnaud Lacombe pointed out the final checking that the requested configs
were included in the final .config was broken.

The example was that if you had a fragment that disabled
CONFIG_DECOMPRESS_GZIP applied to a normal defconfig, there would be no
final warning that CONFIG_DECOMPRESS_GZIP was acutally set in the final
.config.

This bug was introduced by me in v3 of the original patch, and the
following patch reverts the invalid change.

Signed-off-by: John Stultz <john.stultz@linaro.org>
Reported-by: Arnaud Lacombe <lacombar@gmail.com>
Cc: Darren Hart <dvhart@linux.intel.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/kconfig/merge_config.sh