lede/package/kernel/mac80211/patches/build/050-lib80211_option.patch

31 lines
593 B
Diff
Raw Normal View History

2017-09-06 19:19:45 +08:00
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
2020-05-27 00:17:15 +08:00
@@ -185,7 +185,7 @@ config CFG80211_WEXT_EXPORT
endif # CFG80211
2017-09-06 19:19:45 +08:00
config LIB80211
- tristate
+ tristate "lib80211"
depends on m
default n
help
2020-05-27 00:17:15 +08:00
@@ -195,15 +195,15 @@ config LIB80211
2017-09-06 19:19:45 +08:00
Drivers should select this themselves if needed.
config LIB80211_CRYPT_WEP
- tristate
+ tristate "lib80211 WEP support"
depends on m
config LIB80211_CRYPT_CCMP
- tristate
+ tristate "lib80211 CCMP support"
depends on m
config LIB80211_CRYPT_TKIP
- tristate
+ tristate "lib80211 TKIP support"
depends on m
2020-05-27 00:17:15 +08:00
config LIB80211_DEBUG