]> git.karo-electronics.de Git - karo-tx-linux.git/commit
merge_config.sh: fix bug in final check
authorJohn Stultz <john.stultz@linaro.org>
Thu, 8 Dec 2011 04:33:14 +0000 (15:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 9 Dec 2011 04:52:26 +0000 (15:52 +1100)
commit9b0a6c8b8e5ef44c41373783d4bb51a4fa8b371b
treecf7e619eb1cd9a3a5dec8339cba28b0b5ba610a4
parent698ed0ba63585dc862a8d73d075a3e69286a3f1d
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