Re: Patch 2.1.129ac3

Meelis Roos (mroos@tartu.cyber.ee)
Sun, 22 Nov 1998 02:20:48 +0200


Found a little typo in the hfmodem part (patch below). This bug makes
menuconfig abort in amateur radio section. The patch is obvious.

--- linux/drivers/char/hfmodem/Config.in.orig Sun Nov 22 02:14:17 1998
+++ linux/drivers/char/hfmodem/Config.in Sun Nov 22 02:15:49 1998
@@ -1,5 +1,5 @@
comment 'Misc. hamradio protocols'
-if [ "$CONFIG_PARPORT" != "n" ] then
+if [ "$CONFIG_PARPORT" != "n" ]; then
tristate 'Shortwave radio modem driver' CONFIG_HFMODEM
if [ "$CONFIG_HFMODEM" != "n" ]; then
bool ' HFmodem support for Soundblaster and compatible cards' CONFIG_HFMODEM_SBC

-- 
Meelis Roos (mroos@tartu.cyber.ee)

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/