summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.9/255-lib80211_kconfig_hacks.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-08 19:55:36 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-09-08 19:55:36 +0000
commit54cd991725079fdce550e86f2303ece870203386 (patch)
treeef26822511b5dfe4eba238e4a9f0665bc99201e7 /target/linux/generic/patches-3.9/255-lib80211_kconfig_hacks.patch
parenteea3a89a6a158dda4751802d952ddc07408c1b0a (diff)
downloadmtk-20170518-54cd991725079fdce550e86f2303ece870203386.zip
mtk-20170518-54cd991725079fdce550e86f2303ece870203386.tar.gz
mtk-20170518-54cd991725079fdce550e86f2303ece870203386.tar.bz2
kernel: drop 3.9 support
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42452
Diffstat (limited to 'target/linux/generic/patches-3.9/255-lib80211_kconfig_hacks.patch')
-rw-r--r--target/linux/generic/patches-3.9/255-lib80211_kconfig_hacks.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/generic/patches-3.9/255-lib80211_kconfig_hacks.patch b/target/linux/generic/patches-3.9/255-lib80211_kconfig_hacks.patch
deleted file mode 100644
index 8cc6ba3..0000000
--- a/target/linux/generic/patches-3.9/255-lib80211_kconfig_hacks.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/net/wireless/Kconfig
-+++ b/net/wireless/Kconfig
-@@ -149,13 +149,13 @@ config LIB80211
- Drivers should select this themselves if needed.
-
- 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"