mt76: mark mt7996e 11BE capable
Build hostapd with 11BE support. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
This commit is contained in:
parent
c201905d05
commit
7ebd9069f4
1 changed files with 2 additions and 1 deletions
|
@ -318,7 +318,8 @@ endef
|
||||||
define KernelPackage/mt7996e
|
define KernelPackage/mt7996e
|
||||||
$(KernelPackage/mt76-default)
|
$(KernelPackage/mt76-default)
|
||||||
TITLE:=MediaTek MT7996E wireless driver
|
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
|
FILES:= $(PKG_BUILD_DIR)/mt7996/mt7996e.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,mt7996e)
|
AUTOLOAD:=$(call AutoProbe,mt7996e)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue