On Mon, Jul 16, 2007 at 10:09:56AM +0200, Toralf Förster ([EMAIL PROTECTED])
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 <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html