projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ecf7f2
)
mt76: builder1 fails to build for !PCI kernels when mt76 is selected
author
John Crispin
<john@openwrt.org>
Mon, 8 Dec 2014 06:21:32 +0000
(06:21 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 8 Dec 2014 06:21:32 +0000
(06:21 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43556
package/kernel/mt76/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mt76/Makefile
b/package/kernel/mt76/Makefile
index 10429af946f8a810f7bcf0918ac849c519f5ffa1..fd21116f46223d3eeb012ad9d36d338944b7a889 100644
(file)
--- 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