aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2016-12-11 14:36:29 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2017-01-03 20:53:48 +0100
commitb13e103d71e5bf969709d34639cd599522e5e48c (patch)
treeecce7f07d32cde02317e9a83cdb7892853f35774 /package
parente2f866d63ac75b00dc90ec1925138c5d655ed3aa (diff)
downloadupstream-b13e103d71e5bf969709d34639cd599522e5e48c.tar.gz
upstream-b13e103d71e5bf969709d34639cd599522e5e48c.tar.bz2
upstream-b13e103d71e5bf969709d34639cd599522e5e48c.zip
ath5k: select 802.11w support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 8391a8cf24..a5e56d9858 100644
--- 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