[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070716083228.GA30605@2ka.mipt.ru>
Date: Mon, 16 Jul 2007 12:32:28 +0400
From: Evgeniy Polyakov <johnpol@....mipt.ru>
To: Toralf Förster <toralf.foerster@....de>
Cc: netdev@...r.kernel.org
Subject: Re: build #307 failed for 2.6.22-g8f41958 in linux/./drivers/net/slip.c
On Mon, Jul 16, 2007 at 10:09:56AM +0200, Toralf Förster (toralf.foerster@....de) wrote:
> #
> # Networking
> #
> # CONFIG_NET is not set
> CONFIG_LLC=y
> CONFIG_WIRELESS_EXT=y
> CONFIG_IEEE80211=y
> CONFIG_IEEE80211_CRYPT_WEP=y
This is a result of 'select' usage in Kconfig.
Although this patch can help too.
Signed-off-by: Evgeniy Polyakov <johnpol@....mipt.ru>
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 1438ade..a23414f 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -1,5 +1,6 @@
config IEEE80211
tristate "Generic IEEE 802.11 Networking Stack"
+ depends on NET
---help---
This option enables the hardware independent IEEE 802.11
networking stack.
--
Evgeniy Polyakov
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists