diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:40:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:40:48 +0000 |
commit | de1c12f7a181a27b8463f60fd88cb30f858ab517 (patch) | |
tree | fc03176ff0d31c934b0a2e41b9fff6b1683837fd /target/linux/generic/patches-2.6.34/978-lib80211_kconfig_hacks.patch | |
parent | 4c8f56fd1d62382fac641e58218da022a76be131 (diff) | |
download | upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.tar.gz upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.tar.bz2 upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.zip |
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/978-lib80211_kconfig_hacks.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.34/978-lib80211_kconfig_hacks.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/generic/patches-2.6.34/978-lib80211_kconfig_hacks.patch b/target/linux/generic/patches-2.6.34/978-lib80211_kconfig_hacks.patch deleted file mode 100644 index c044deac00..0000000000 --- a/target/linux/generic/patches-2.6.34/978-lib80211_kconfig_hacks.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/net/wireless/Kconfig -+++ b/net/wireless/Kconfig -@@ -142,13 +142,13 @@ config LIB80211 - you want this built into your kernel. - - config LIB80211_CRYPT_WEP -- tristate -+ tristate "LIB80211_CRYPT_WEP" - - config LIB80211_CRYPT_CCMP -- tristate -+ tristate "LIB80211_CRYPT_CCMP" - - config LIB80211_CRYPT_TKIP -- tristate -+ tristate "LIB80211_CRYPT_TKIP" - - config LIB80211_DEBUG - bool "lib80211 debugging messages" |