summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.34/981-wireless_ext_kconfig_hack.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-18 13:40:48 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-18 13:40:48 +0000
commitcdb411af996a3620dc674e5314f3b499385a0650 (patch)
treefc03176ff0d31c934b0a2e41b9fff6b1683837fd /target/linux/generic/patches-2.6.34/981-wireless_ext_kconfig_hack.patch
parent6cd2a38d9443178b42f390440413d91d5984a04c (diff)
remove 2.6.34 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.34/981-wireless_ext_kconfig_hack.patch')
-rw-r--r--target/linux/generic/patches-2.6.34/981-wireless_ext_kconfig_hack.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/generic/patches-2.6.34/981-wireless_ext_kconfig_hack.patch b/target/linux/generic/patches-2.6.34/981-wireless_ext_kconfig_hack.patch
deleted file mode 100644
index daac5898a..000000000
--- a/target/linux/generic/patches-2.6.34/981-wireless_ext_kconfig_hack.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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"