projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
daac5898aea5efdda06e10905689893510c7b8fc
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.33
/
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"
This page took
0.037826 seconds
and
3
git commands to generate.