aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-08-13 18:08:08 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-08-13 18:08:08 +0000
commitc8b5e335dca86207365542e8fec712ef2e289bda (patch)
tree42598a62642e0f67fbc855ac9986a31b6979c136 /target/linux/generic-2.6/patches-2.6.30
parent38e93569320af039ffa3d737bdfbe0ae4c1b1a9a (diff)
downloadmaster-187ad058-c8b5e335dca86207365542e8fec712ef2e289bda.tar.gz
master-187ad058-c8b5e335dca86207365542e8fec712ef2e289bda.tar.bz2
master-187ad058-c8b5e335dca86207365542e8fec712ef2e289bda.zip
[lib80211] fix build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/978-lib80211_kconfig_hacks.patch19
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"