projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c201905
)
mt76: mark mt7996e 11BE capable
author
Janusz Dziedzic
<
[email protected]
>
Fri, 6 Sep 2024 07:49:18 +0000
(09:49 +0200)
committer
John Crispin
<
[email protected]
>
Wed, 2 Oct 2024 13:12:18 +0000
(15:12 +0200)
Build hostapd with 11BE support.
Signed-off-by: Janusz Dziedzic <
[email protected]
>
package/kernel/mt76/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mt76/Makefile
b/package/kernel/mt76/Makefile
index 9a7c1f85e26a6c980a05beafc73366160af0cba7..8c3bf3e76bc8eb13da1c145d1a9ec39491f35855 100644
(file)
--- a/
package/kernel/mt76/Makefile
+++ b/
package/kernel/mt76/Makefile
@@
-318,7
+318,8
@@
endef
define KernelPackage/mt7996e
$(KernelPackage/mt76-default)
TITLE:=MediaTek MT7996E wireless driver
- DEPENDS+=@PCI_SUPPORT +kmod-mt76-connac +kmod-hwmon-core +@DRIVER_11AX_SUPPORT +@KERNEL_RELAY
+ DEPENDS+=@PCI_SUPPORT +kmod-mt76-connac +kmod-hwmon-core +@DRIVER_11AX_SUPPORT \
+ +@KERNEL_RELAY +@DRIVER_11BE_SUPPORT
FILES:= $(PKG_BUILD_DIR)/mt7996/mt7996e.ko
AUTOLOAD:=$(call AutoProbe,mt7996e)
endef