[openwrt/openwrt] mt76: mt7996: select required kernel and hostap options
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 10 16:14:35 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/83311b747012e0675f96af18793e92cb8320c707
commit 83311b747012e0675f96af18793e92cb8320c707
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Jun 10 23:39:36 2024 +0100
mt76: mt7996: select required kernel and hostap options
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 <arinc.unal at arinc9.com>
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/kernel/mt76/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 03c97de797..c6cce9cf9c 100644
--- 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 + at DRIVER_11AX_SUPPORT + at KERNEL_RELAY
FILES:= $(PKG_BUILD_DIR)/mt7996/mt7996e.ko
AUTOLOAD:=$(call AutoProbe,mt7996e)
endef
More information about the lede-commits
mailing list