[PATCH] fix drivers/net/Config.in in 2.4.19-rc3

From: Christoph Hellwig (hch@lst.de)
Date: Sun Jul 21 2002 - 06:40:16 EST


The big mips merge in 2.4.19-rc3 breaks parsing of drivers/net/Config.in
with config tools that adhere the documented syntax strictly.

CONFIG_NE2000 is a tristate in other places so the mips-specific section
can't redefine it as bool. Please include this patch in the final 2.4.19.

--- 1.38/drivers/net/Config.in Fri Jun 28 17:36:11 2002
+++ edited/drivers/net/Config.in Sun Jul 21 14:35:08 2002
@@ -223,7 +223,7 @@
       tristate ' Baget AMD LANCE support' CONFIG_BAGETLANCE
    fi
    if [ "$CONFIG_NEC_OSPREY" = "y" ]; then
- bool ' Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
+ tristate ' Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
    fi
 fi
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 23 2002 - 22:00:35 EST