public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.6-pre6 fix drivers/net/Config.in error
@ 2001-06-28  3:09 Steven Cole
  2001-06-28  4:07 ` Jeff Garzik
  0 siblings, 1 reply; 8+ messages in thread
From: Steven Cole @ 2001-06-28  3:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

I got this error for 2.4.6-pre6 for make xconfig

drivers/net/Config.in: 145: can't handle dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.6-pre6/scripts'
make: *** [xconfig] Error 2

This may be the proper fix.
Steven

--- linux/drivers/net/Config.in.original	Wed Jun 27 20:39:50 2001
+++ linux/drivers/net/Config.in	Wed Jun 27 20:41:28 2001
@@ -142,7 +142,7 @@
       tristate '  NE/2 (ne2000 MCA version) support' CONFIG_NE2_MCA
       tristate '  IBM LAN Adapter/A support' CONFIG_IBMLANA
    fi
-   dep_bool '  EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
+   dep_bool '  EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI $CONFIG_PCI
    if [ "$CONFIG_NET_PCI" = "y" ]; then
       dep_tristate '    AMD PCnet32 PCI support' CONFIG_PCNET32 $CONFIG_PCI
       dep_tristate '    Adaptec Starfire support (EXPERIMENTAL)' CONFIG_ADAPTEC_STARFIRE $CONFIG_PCI $CONFIG_EXPERIMENTAL

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-06-29 12:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-28  3:09 [PATCH] 2.4.6-pre6 fix drivers/net/Config.in error Steven Cole
2001-06-28  4:07 ` Jeff Garzik
2001-06-28  6:14   ` Keith Owens
2001-06-28  8:45     ` Andrzej Krzysztofowicz
2001-06-28 10:43       ` Keith Owens
2001-06-28 20:40         ` Jeff Garzik
2001-06-29  0:37           ` Keith Owens
2001-06-29 12:31           ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox