projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f866d
)
ath5k: select 802.11w support
author
Stijn Tintel
<stijn@linux-ipv6.be>
Sun, 11 Dec 2016 13:36:29 +0000
(14:36 +0100)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 3 Jan 2017 19:53:48 +0000
(20:53 +0100)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/kernel/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mac80211/Makefile
b/package/kernel/mac80211/Makefile
index 8391a8cf24971ec51709c4a3628aeb43c98101d9..a5e56d98583fb3b2dd2755d9fc0ba3bc6d5873b3 100644
(file)
--- a/
package/kernel/mac80211/Makefile
+++ b/
package/kernel/mac80211/Makefile
@@
-205,7
+205,7
@@
define KernelPackage/ath5k
$(call KernelPackage/mac80211/Default)
TITLE:=Atheros 5xxx wireless cards support
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath5k
- DEPENDS+= @PCI_SUPPORT||@TARGET_ath25 +kmod-ath
+ DEPENDS+= @PCI_SUPPORT||@TARGET_ath25 +kmod-ath
+@DRIVER_11W_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath5k/ath5k.ko
AUTOLOAD:=$(call AutoProbe,ath5k)
endef