ppp: fix fallout from the size reduction patch (thx, frogonwheels)
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.35 / 981-wireless_ext_kconfig_hack.patch
1 --- a/net/wireless/Kconfig
2 +++ b/net/wireless/Kconfig
3 @@ -1,5 +1,5 @@
4 config WIRELESS_EXT
5 - bool
6 + bool "Wireless extensions"
7
8 config WEXT_CORE
9 def_bool y
10 @@ -11,10 +11,10 @@ config WEXT_PROC
11 depends on WEXT_CORE
12
13 config WEXT_SPY
14 - bool
15 + bool "WEXT_SPY"
16
17 config WEXT_PRIV
18 - bool
19 + bool "WEXT_PRIV"
20
21 config CFG80211
22 tristate "cfg80211 - wireless configuration API"