diff options
| author | Daniel Golle | 2024-06-10 22:39:36 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-06-10 23:10:21 +0000 |
| commit | 83311b747012e0675f96af18793e92cb8320c707 (patch) | |
| tree | d67b75116df91b6b08f0257dd42a59fc52c695e9 | |
| parent | aa4d63c2daa23bd4b2ebeee8ac9c862c8f77809a (diff) | |
| download | openwrt-83311b747012e0675f96af18793e92cb8320c707.tar.gz | |
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@arinc9.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | package/kernel/mt76/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 +@DRIVER_11AX_SUPPORT +@KERNEL_RELAY FILES:= $(PKG_BUILD_DIR)/mt7996/mt7996e.ko AUTOLOAD:=$(call AutoProbe,mt7996e) endef |