diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-08 06:21:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-08 06:21:32 +0000 |
commit | 31a1718d09ce8568da371fecb8f4cffa53a373a8 (patch) | |
tree | d8a6d2dd0115568a6e0914e00fb6ce2b511424c3 /package/kernel/mt76 | |
parent | 418880d1dea311b1c45483cbdde26ad13e4ba198 (diff) | |
download | upstream-31a1718d09ce8568da371fecb8f4cffa53a373a8.tar.gz upstream-31a1718d09ce8568da371fecb8f4cffa53a373a8.tar.bz2 upstream-31a1718d09ce8568da371fecb8f4cffa53a373a8.zip |
mt76: builder1 fails to build for !PCI kernels when mt76 is selected
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mt76')
-rw-r--r-- | package/kernel/mt76/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 10429af946..fd21116f46 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/mt76 SUBMENU:=Wireless Drivers TITLE:=MediaTek MT76x2 wireless driver - DEPENDS:=+kmod-mac80211 +@DRIVER_11N_SUPPORT + DEPENDS:=+kmod-mac80211 +@DRIVER_11N_SUPPORT @PCI_SUPPORT FILES:=$(PKG_BUILD_DIR)/mt76pci.ko AUTOLOAD:=$(call AutoLoad,50,mac80211 mt76pci) endef |