public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.5-ac7 fix for rivers/net/wireless/Config.in problem
@ 2001-06-03  3:43 Steven Cole
  0 siblings, 0 replies; only message in thread
From: Steven Cole @ 2001-06-03  3:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

I got the following error from make xconfig:

drivers/net/wireless/Config.in: 5: can't handle dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1

Here is a little micro patch to change the dep_tristate into a plain vanilla tristate.

Steven

--- linux/drivers/net/wireless/Config.in.ac7    Sat Jun  2 21:27:18 2001
+++ linux/drivers/net/wireless/Config.in        Sat Jun  2 21:32:59 2001
@@ -2,7 +2,7 @@
 # Wireless LAN device configuration
 #
 
-dep_tristate '  Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards' CONFIG_AIRO
+   tristate '  Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards' CONFIG_AIRO
 
 if [ "$CONFIG_ALL_PPC" = "y" ]; then
    tristate '  Apple Airport support (built-in)' CONFIG_APPLE_AIRPORT

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-03  3:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-03  3:43 [PATCH] 2.4.5-ac7 fix for rivers/net/wireless/Config.in problem Steven Cole

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