linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Corrected faulty syntax in drivers/input/Config.in
@ 2006-02-26 12:43 Stefan-W. Hahn
  0 siblings, 0 replies; only message in thread
From: Stefan-W. Hahn @ 2006-02-26 12:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: mec

[PATCH] Corrected faulty syntax in drivers/input/Config.in

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

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

---

Surely this is just for Linux 2.4.33-pre2!

 drivers/input/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

81f9e154659df0504179612968d61912da9c135c
diff --git a/drivers/input/Config.in b/drivers/input/Config.in
index 56fd537..d24d0fb 100644
--- 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
 
-- 
1.2.3.g8fcf1


-- 
Stefan-W. Hahn                          It is easy to make things.
/ mailto:stefan.hahn@s-hahn.de /        It is hard to make things simple.			


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-26 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-26 12:43 [PATCH] Corrected faulty syntax in drivers/input/Config.in Stefan-W. Hahn

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).