From: Marek Puzyniak Date: Wed, 25 Sep 2024 11:50:48 +0000 (+0200) Subject: mt76: mark mt7925 11BE capable X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b5ffbe7c75cfcd9909ca4144fe2239e7af35fdae;p=openwrt%2Fstaging%2Fansuel.git 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 --- 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