From b5ffbe7c75cfcd9909ca4144fe2239e7af35fdae Mon Sep 17 00:00:00 2001 From: Marek Puzyniak Date: Wed, 25 Sep 2024 13:50:48 +0200 Subject: [PATCH] mt76: mark mt7925 11BE capable Build hostapd with 11BE support for both mt7925e and mt7925u. Signed-off-by: Marek Puzyniak Link: https://github.com/openwrt/openwrt/pull/16571 Signed-off-by: Hauke Mehrtens --- 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 8c3bf3e76b..75a77a1f86 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -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 -- 2.30.2