Hello,
this patch fixes the "define_mbool" typo in drivers/net/Config.in
introduced in 2.4.21-pre5.
<patch>
diff -ruN linux-2.4.21-pre5-ac2-fixed/drivers/net/Config.in linux-2.4.21-pre5-ac2/drivers/net/Config.in
- --- linux-2.4.21-pre5-ac2-fixed/drivers/net/Config.in 2003-03-07 08:37:49.000000000 +0100
+++ linux-2.4.21-pre5-ac2/drivers/net/Config.in 2003-03-07 09:42:45.000000000 +0100
@@ -185,7 +185,7 @@
dep_tristate ' Davicom DM910x/DM980x support' CONFIG_DM9102 $CONFIG_PCI
dep_tristate ' EtherExpressPro/100 support (eepro100, original Becker driver)' CONFIG_EEPRO100 $CONFIG_PCI
if [ "$CONFIG_VISWS" = "y" ]; then
- - define_mbool CONFIG_EEPRO100_PIO y
+ define_bool CONFIG_EEPRO100_PIO y
else
dep_mbool ' Use PIO instead of MMIO' CONFIG_EEPRO100_PIO $CONFIG_EEPRO100
fi
</patch>
Greetings,
Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+bHrp3E3TGgPB70IRApx6AKCM5Oo71ZEzV9zWEl8jdL4pL1mdlgCgmuG8
yGzg+y4PC1xQlNh1pkLZK8M=
=GETl
-----END PGP SIGNATURE-----
-
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/