[source] ath5k: select 802.11w support

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 3 11:54:03 PST 2017


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/b13e103d71e5bf969709d34639cd599522e5e48c

commit b13e103d71e5bf969709d34639cd599522e5e48c
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sun Dec 11 14:36:29 2016 +0100

    ath5k: select 802.11w support
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 package/kernel/mac80211/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 8391a8c..a5e56d9 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 + at DRIVER_11W_SUPPORT
   FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath5k/ath5k.ko
   AUTOLOAD:=$(call AutoProbe,ath5k)
 endef



More information about the lede-commits mailing list