diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-21 17:52:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-21 17:52:22 +0000 |
commit | 2a7bdb2ef04b744e08d54e65e2cd76780a71aa34 (patch) | |
tree | 7b8643b5144db15c53536abf69dec2a49aa31bef /target/linux/generic/patches-2.6.38/978-lib80211_kconfig_hacks.patch | |
parent | 318102d24a60f6442052508c391aa984c5dbf97c (diff) | |
download | master-187ad058-2a7bdb2ef04b744e08d54e65e2cd76780a71aa34.tar.gz master-187ad058-2a7bdb2ef04b744e08d54e65e2cd76780a71aa34.tar.bz2 master-187ad058-2a7bdb2ef04b744e08d54e65e2cd76780a71aa34.zip |
[target/generic]: preliminary 2.6.38 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25057 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.38/978-lib80211_kconfig_hacks.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.38/978-lib80211_kconfig_hacks.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.38/978-lib80211_kconfig_hacks.patch b/target/linux/generic/patches-2.6.38/978-lib80211_kconfig_hacks.patch new file mode 100644 index 0000000000..c044deac00 --- /dev/null +++ b/target/linux/generic/patches-2.6.38/978-lib80211_kconfig_hacks.patch @@ -0,0 +1,19 @@ +--- 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" |