aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-01-15 19:17:30 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2017-01-15 20:13:56 +0100
commitf4f2dd04bd0bfeae99492683ecaa8fcabb9567a0 (patch)
tree568a9182a7ef7636b5b357242ccd66fd36bee720 /package
parentab90f15c89da6aeadf8b95554fcd8ab8e3f433d0 (diff)
downloadupstream-f4f2dd04bd0bfeae99492683ecaa8fcabb9567a0.tar.gz
upstream-f4f2dd04bd0bfeae99492683ecaa8fcabb9567a0.tar.bz2
upstream-f4f2dd04bd0bfeae99492683ecaa8fcabb9567a0.zip
mt76: select 802.11w support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mt76/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index c7853b2f9d..501d956d9b 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 +@DRIVER_11N_SUPPORT +@DRIVER_11AC_SUPPORT @PCI_SUPPORT @!LINUX_3_18
+ DEPENDS:= \
+ +kmod-mac80211 @PCI_SUPPORT @!LINUX_3_18 \
+ +@DRIVER_11AC_SUPPORT +@DRIVER_11N_SUPPORT +@DRIVER_11W_SUPPORT
FILES:=\
$(PKG_BUILD_DIR)/mt76.ko \
$(PKG_BUILD_DIR)/mt76x2e.ko \