mt76: mark mt7925 11BE capable
Build hostapd with 11BE support for both mt7925e and mt7925u. Signed-off-by: Marek Puzyniak <marek.puzyniak@holisticon.pl> Link: https://github.com/openwrt/openwrt/pull/16571 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
3280f9e8f7
commit
b5ffbe7c75
|
@ -364,7 +364,7 @@ define KernelPackage/mt7925-common
|
|||
$(KernelPackage/mt76-default)
|
||||
TITLE:=MediaTek MT7925 wireless driver common code
|
||||
HIDDEN:=1
|
||||
DEPENDS+=+kmod-mt792x-common +@DRIVER_11AX_SUPPORT +kmod-hwmon-core
|
||||
DEPENDS+=+kmod-mt792x-common +@DRIVER_11AX_SUPPORT +kmod-hwmon-core +@DRIVER_11BE_SUPPORT
|
||||
FILES:= $(PKG_BUILD_DIR)/mt7925/mt7925-common.ko
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue