[PATCH] kbuild: Fix "make xconfig" failure in 2.4.33-pre2

From: James Nelson
Date: Sat Apr 22 2006 - 16:54:06 EST


diff -urpN linux-2.4.33-pre2-original/drivers/input/Config.in linux-2.4.33-pre2/drivers/input/Config.in
--- linux-2.4.33-pre2-original/drivers/input/Config.in 2006-04-22 15:52:47.000000000 -0400
+++ linux-2.4.33-pre2/drivers/input/Config.in 2006-04-22 15:53:32.000000000 -0400
@@ -8,7 +8,7 @@ comment 'Input core support'
tristate 'Input core support' CONFIG_INPUT
dep_tristate ' Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT

-if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
+if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
bool ' Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
fi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/