[source] mt76: select 802.11w support
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 15 11:14:11 PST 2017
stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/f4f2dd04bd0bfeae99492683ecaa8fcabb9567a0
commit f4f2dd04bd0bfeae99492683ecaa8fcabb9567a0
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sun Jan 15 19:17:30 2017 +0100
mt76: select 802.11w support
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
Acked-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/mt76/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index c7853b2..501d956 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -23,7 +23,9 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/mt76
SUBMENU:=Wireless Drivers
TITLE:=MediaTek MT76x2/MT7603 wireless driver
- DEPENDS:=+kmod-mac80211 + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT @PCI_SUPPORT @!LINUX_3_18
+ DEPENDS:= \
+ +kmod-mac80211 @PCI_SUPPORT @!LINUX_3_18 \
+ + at DRIVER_11AC_SUPPORT + at DRIVER_11N_SUPPORT + at DRIVER_11W_SUPPORT
FILES:=\
$(PKG_BUILD_DIR)/mt76.ko \
$(PKG_BUILD_DIR)/mt76x2e.ko \
More information about the lede-commits
mailing list