summaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-08 06:21:32 +0000
committerJohn Crispin <john@openwrt.org>2014-12-08 06:21:32 +0000
commit76e8aae3abb7a12b0ec8f629118a06eae07e2c54 (patch)
tree33a30ed70c2e7b91b5f4361967ddb8cd19a91ebe /package/kernel/mt76
parent6ecf7f2fa22762e2941666cc15e8d75e7917578b (diff)
downloadmaster-31e0f0ae-76e8aae3abb7a12b0ec8f629118a06eae07e2c54.tar.gz
master-31e0f0ae-76e8aae3abb7a12b0ec8f629118a06eae07e2c54.tar.bz2
master-31e0f0ae-76e8aae3abb7a12b0ec8f629118a06eae07e2c54.zip
mt76: builder1 fails to build for !PCI kernels when mt76 is selected
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43556
Diffstat (limited to 'package/kernel/mt76')
-rw-r--r--package/kernel/mt76/Makefile2
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