]> 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, 16 Dec 2011 04:49:34 +0000 (15:49 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 19 Dec 2011 07:19:18 +0000 (18:19 +1100)
commite496dbb6a0b120ea8ea5cddd73aa100ae5b27137
tree02d829f7d7027d9916324041f21506664dc51420
parent4883bdf23397cb2c05f50e4ad8d94d1d09966e12
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