mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-03 08:27:30 +03:00
[lib80211] fix build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17246 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
34318caeb6
commit
68e593ec2a
@ -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"
|
Loading…
x
Reference in New Issue
Block a user