lkml.org 
[lkml]   [2002]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fix drivers/net/Config.in in 2.4.19-rc3
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/
\
 
 \ /
  Last update: 2005-03-22 13:27    [W:0.020 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site