projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb2ee4
)
mt76: mt7996: select required kernel and hostap options
author
Daniel Golle
<
[email protected]
>
Mon, 10 Jun 2024 22:39:36 +0000
(23:39 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Mon, 8 Jul 2024 19:13:26 +0000
(21:13 +0200)
Select DRIVER_11AX_SUPPORT and KERNEL_RELAY also for kmod-mt7996 to
prevent build failure if only this driver is selected during build and
end up with (most) required hostap features (IEEE 802.11be rates are not
yet supported).
Reported-by: Arınç ÜNAL <
[email protected]
>
Signed-off-by: Daniel Golle <
[email protected]
>
(cherry picked from commit
83311b747012e0675f96af18793e92cb8320c707
)
Link:
https://github.com/openwrt/openwrt/pull/15898
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/kernel/mt76/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mt76/Makefile
b/package/kernel/mt76/Makefile
index 6faad44b2a53f180f05eeee75b336e00e9b9f4b8..d3f78abb1fb7f28d22a01f759885ed2861da2145 100644
(file)
--- a/
package/kernel/mt76/Makefile
+++ b/
package/kernel/mt76/Makefile
@@
-318,7
+318,7
@@
endef
define KernelPackage/mt7996e
$(KernelPackage/mt76-default)
TITLE:=MediaTek MT7996E wireless driver
- DEPENDS+=@PCI_SUPPORT +kmod-mt76-connac +kmod-hwmon-core
+ DEPENDS+=@PCI_SUPPORT +kmod-mt76-connac +kmod-hwmon-core
+@DRIVER_11AX_SUPPORT +@KERNEL_RELAY
FILES:= $(PKG_BUILD_DIR)/mt7996/mt7996e.ko
AUTOLOAD:=$(call AutoProbe,mt7996e)
endef