3 May 2006 00:34
[PATCH] kbuild: Fix "make xconfig" failure in 2.4.33-pre2
James Nelson <james4765 <at> gmail.com>
2006-05-02 22:34:13 GMT
2006-05-02 22:34:13 GMT
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 <at> <at> -8,7 +8,7 <at> <at> 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 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
RSS Feed