From: Marek Puzyniak Date: Wed, 25 Sep 2024 11:50:48 +0000 (+0200) Subject: mt76: mark mt7925 11BE capable X-Git-Tag: v24.10.0-rc1~512 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16571%2Fhead;p=thirdparty%2Fopenwrt.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 8c3bf3e76bc..75a77a1f868 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