diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-10 22:37:28 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-07-10 22:37:28 +0000 |
commit | 508f1c2dbc7d1204dcdc9a4628c3687eea9ff542 (patch) | |
tree | a319d92c63bf87f37b5689b0caa9c229975382e4 /target/linux/generic/patches-3.12/255-lib80211_kconfig_hacks.patch | |
parent | 8596ba6e34c1027aebf737f4e215ae56b03dbe8a (diff) | |
download | upstream-508f1c2dbc7d1204dcdc9a4628c3687eea9ff542.tar.gz upstream-508f1c2dbc7d1204dcdc9a4628c3687eea9ff542.tar.bz2 upstream-508f1c2dbc7d1204dcdc9a4628c3687eea9ff542.zip |
kernel: remove 3.12 support since none of the targets is using it
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41581 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.12/255-lib80211_kconfig_hacks.patch')
-rw-r--r-- | target/linux/generic/patches-3.12/255-lib80211_kconfig_hacks.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/generic/patches-3.12/255-lib80211_kconfig_hacks.patch b/target/linux/generic/patches-3.12/255-lib80211_kconfig_hacks.patch deleted file mode 100644 index 8cc6ba3513..0000000000 --- a/target/linux/generic/patches-3.12/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" |