projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
418880d
)
mt76: builder1 fails to build for !PCI kernels when mt76 is selected
author
John Crispin
<blogic@openwrt.org>
Mon, 8 Dec 2014 06:21:32 +0000
(06:21 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 8 Dec 2014 06:21:32 +0000
(06:21 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43556
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/mt76/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mt76/Makefile
b/package/kernel/mt76/Makefile
index
10429af
..
fd21116
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