From: Kyle McMartin Date: Wed, 1 Sep 2010 15:21:30 +0000 (-0400) Subject: kbuild: fix oldnoconfig to do the right thing X-Git-Tag: v2.6.36-rc8~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9203c988234aa512bd45ca32b52e21c7bbfc414;p=pandora-kernel.git kbuild: fix oldnoconfig to do the right thing Commit 861b4ea4 broke oldnoconfig when removed the oldnoconfig checks on if (input_mode == nonint_oldconfig || input_mode == oldnoconfig) { if (input_mode == nonint_oldconfig && sym->name && !sym_is_choice_value(sym)) { to avoid oldnoconfig chugging through the else stanza. Fix that to restore expected behaviour (which I've confirmed in the Fedora kernel build that the configs end up looking the same.) Signed-off-by: Kyle McMartin Acked-by: Sam Ravnborg Signed-off-by: Michal Marek --- Reading git-diff-tree failed