1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

fix build

SVN-Revision: 17246
This commit is contained in:
Hauke Mehrtens 2009-08-13 18:08:08 +00:00
parent 304589a066
commit a16081b3c1
3 changed files with 25 additions and 0 deletions

@ -963,6 +963,9 @@ CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_LIB80211 is not set
# CONFIG_LIB80211_CRYPT_CCMP is not set
# CONFIG_LIB80211_CRYPT_TKIP is not set
# CONFIG_LIB80211_CRYPT_WEP is not set
# CONFIG_LIB80211_DEBUG is not set
# CONFIG_LIBCRC32C is not set
# CONFIG_LIBERTAS is not set

@ -947,6 +947,9 @@ CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_LIB80211 is not set
# CONFIG_LIB80211_CRYPT_CCMP is not set
# CONFIG_LIB80211_CRYPT_TKIP is not set
# CONFIG_LIB80211_CRYPT_WEP is not set
# CONFIG_LIB80211_DEBUG is not set
# CONFIG_LIBCRC32C is not set
# CONFIG_LIBERTAS is not set

@ -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"