aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.33
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-03-02 21:26:36 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-03-02 21:26:36 +0000
commitf88371a696184b163f5a7ddd48df16c1c81e7305 (patch)
treeb6759c6deba23d594b4e15f4362ad57f13a718f6 /target/linux/generic-2.6/patches-2.6.33
parent141d53ad0772cc875c3cafc8d95c3bf3a76ee35c (diff)
downloadupstream-f88371a696184b163f5a7ddd48df16c1c81e7305.tar.gz
upstream-f88371a696184b163f5a7ddd48df16c1c81e7305.tar.bz2
upstream-f88371a696184b163f5a7ddd48df16c1c81e7305.zip
kernel: add some missing config files and make compat-wireless build with kernel 2.6.33
Thanks tripolar for the missing config symbols SVN-Revision: 19956
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.33')
-rw-r--r--target/linux/generic-2.6/patches-2.6.33/981-wireless_ext_kconfig_hack.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.33/981-wireless_ext_kconfig_hack.patch b/target/linux/generic-2.6/patches-2.6.33/981-wireless_ext_kconfig_hack.patch
new file mode 100644
index 0000000000..daac5898ae
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.33/981-wireless_ext_kconfig_hack.patch
@@ -0,0 +1,22 @@
+--- a/net/wireless/Kconfig
++++ b/net/wireless/Kconfig
+@@ -1,5 +1,5 @@
+ config WIRELESS_EXT
+- bool
++ bool "Wireless extensions"
+
+ config WEXT_CORE
+ def_bool y
+@@ -11,10 +11,10 @@ config WEXT_PROC
+ depends on WEXT_CORE
+
+ config WEXT_SPY
+- bool
++ bool "WEXT_SPY"
+
+ config WEXT_PRIV
+- bool
++ bool "WEXT_PRIV"
+
+ config CFG80211
+ tristate "cfg80211 - wireless configuration API"