projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141
[openwrt.git]
/
package
/
mac80211
/
src
/
net
/
wireless
/
Kconfig
diff --git
a/package/mac80211/src/net/wireless/Kconfig
b/package/mac80211/src/net/wireless/Kconfig
index
6291f13
..
7927090
100644
(file)
--- a/
package/mac80211/src/net/wireless/Kconfig
+++ b/
package/mac80211/src/net/wireless/Kconfig
@@
-3,16
+3,16
@@
config CFG80211
config NL80211
bool "nl80211 new netlink interface support"
config NL80211
bool "nl80211 new netlink interface support"
- depends CFG80211
+ depends
on
CFG80211
default y
---help---
default y
---help---
- This option turns on the new netlink interface
- (nl80211) support in cfg80211.
+ This option turns on the new netlink interface
+ (nl80211) support in cfg80211.
- If =n, drivers using mac80211 will be configured via
- wireless extension support provided by that subsystem.
+ If =n, drivers using mac80211 will be configured via
+ wireless extension support provided by that subsystem.
- If unsure, say Y.
+ If unsure, say Y.
config WIRELESS_EXT
bool "Wireless extensions"
config WIRELESS_EXT
bool "Wireless extensions"
This page took
0.028565 seconds
and
4
git commands to generate.