make menuconfig, driver support, character device drivers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
I just downloaded a kernel CVS copy from
:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/elks and I tryed
to compile it.
The character device drivers had a note, telling that it was broken.

I fond that the problem was the script
<elks>/arcs/i86/drivers/char/KeyMaps/mkcfg
The problem is the sort command, that does not allow the option "+1f".
The fix is very simple; please, applay for me.

--------------------------------------------

diff -ur elks.orig/arch/i86/drivers/char/Config.in
elks/arch/i86/drivers/char/Config.in
--- elks.orig/arch/i86/drivers/char/Config.in   2008-06-03
17:34:16.000000000 +0200
+++ elks/arch/i86/drivers/char/Config.in        2008-06-03
17:49:58.000000000 +0200
@@ -3,7 +3,7 @@
 #

 mainmenu_option next_comment
-    comment 'Character device drivers (SUBMENU IS CURRENTLY BROKEN!)'
+    comment 'Character device drivers'

     if [ "$CONFIG_ARCH_SIBO" != "y" ]; then
        choice 'Select console driver'                  \
diff -ur elks.orig/arch/i86/drivers/char/KeyMaps/mkcfg
elks/arch/i86/drivers/char/KeyMaps/mkcfg
--- elks.orig/arch/i86/drivers/char/KeyMaps/mkcfg       2008-06-03
17:44:51.000000000 +0200
+++ elks/arch/i86/drivers/char/KeyMaps/mkcfg    2008-06-03
17:46:51.000000000 +0200
@@ -23,4 +23,4 @@
     printf '"\t\tAmerican\n\n# EOF.\n' >&3
 }

-codes | sort +1f | process 3> Config.in 4> keymaps.h
+codes | sort -k 2 | process 3> Config.in 4> keymaps.h

--------------------------------------------


Thank you for your attention.
-- 
daniele giacomini
via Morganella EST, 21
31050 Ponzano Veneto (TV)
--
To unsubscribe from this list: send the line "unsubscribe linux-8086" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel]     [Linux ia64]     [DCCP]     [Linux for ARM]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux