projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d7a14
)
mt76: enable hostapd 802.11ax support if kmod-mt7915e is selected
author
Felix Fietkau
<nbd@nbd.name>
Sun, 7 Jun 2020 19:18:01 +0000
(21:18 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 10 Jun 2020 10:56:35 +0000
(12:56 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mt76/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mt76/Makefile
b/package/kernel/mt76/Makefile
index 31a4a922db7f1588902acea546117a8e34210481..27b6ed87972d513874596b9439a965df0190e562 100644
(file)
--- a/
package/kernel/mt76/Makefile
+++ b/
package/kernel/mt76/Makefile
@@
-181,7
+181,7
@@
endef
define KernelPackage/mt7915e
$(KernelPackage/mt76-default)
TITLE:=MediaTek MT7915e wireless driver
- DEPENDS+=@PCI_SUPPORT +kmod-mt7615-common
+ DEPENDS+=@PCI_SUPPORT +kmod-mt7615-common
+@DRIVER_11AX_SUPPORT
FILES:= $(PKG_BUILD_DIR)/mt7915/mt7915e.ko
AUTOLOAD:=$(call AutoProbe,mt7915e)
endef