linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.4 patch] Corrected faulty syntax in drivers/input/Config.in
@ 2006-03-03 18:01 Adrian Bunk
  2006-03-03 20:26 ` Nick Warne
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2006-03-03 18:01 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel, Stefan-W. Hahn

From: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>

If statement in drivers/input/Config.in for "make xconfig" corrected.


Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was sent by Stefan-W. Hahn on:
- 26 Feb 2006

--- a/drivers/input/Config.in
+++ b/drivers/input/Config.in
@@ -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
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-04 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-03 18:01 [2.4 patch] Corrected faulty syntax in drivers/input/Config.in Adrian Bunk
2006-03-03 20:26 ` Nick Warne
2006-03-04 18:44   ` Jan Engelhardt
2006-03-04 18:56     ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).