Hello MIPS hackers,
I'm working on Menuconfig and I found that arch/mips/config.in has
a trivial syntax error. Here is a patch.
I don't read this list so please send copies of any replies to me.
Thanks,
Michael Chastain
<mailto:mec@shout.net>
"love without fear"
===
diff -u -r -N linux-2.1.72/arch/mips/config.in linux/arch/mips/config.in
--- linux-2.1.72/arch/mips/config.in Tue Dec 2 13:41:44 1997
+++ linux/arch/mips/config.in Wed Dec 17 04:46:38 1997
@@ -97,6 +97,7 @@
bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
bool 'Kernel daemon support (e.g. autoload of modules)' CONFIG_KERNELD
fi
+endmenu
source drivers/block/Config.in
|