diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-08-13 18:08:08 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-08-13 18:08:08 +0000 |
commit | a16081b3c19fab9c7d2dd2b1727ab1877f7d872d (patch) | |
tree | 1c79cf36846ece37b6ef1f24ef935de55c05233e /target/linux/generic-2.6/patches-2.6.30/978-lib80211_kconfig_hacks.patch | |
parent | 304589a06627ac3221becbbe1bf2ac3434d9b1bc (diff) | |
download | upstream-a16081b3c19fab9c7d2dd2b1727ab1877f7d872d.tar.gz upstream-a16081b3c19fab9c7d2dd2b1727ab1877f7d872d.tar.bz2 upstream-a16081b3c19fab9c7d2dd2b1727ab1877f7d872d.zip |
fix build
SVN-Revision: 17246
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/978-lib80211_kconfig_hacks.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/978-lib80211_kconfig_hacks.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/978-lib80211_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.30/978-lib80211_kconfig_hacks.patch new file mode 100644 index 0000000000..53813a45f6 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.30/978-lib80211_kconfig_hacks.patch @@ -0,0 +1,19 @@ +--- a/net/wireless/Kconfig ++++ b/net/wireless/Kconfig +@@ -63,13 +63,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" |