[openwrt/openwrt] mt76: mark mt7925 11BE capable

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 3 03:56:29 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b5ffbe7c75cfcd9909ca4144fe2239e7af35fdae

commit b5ffbe7c75cfcd9909ca4144fe2239e7af35fdae
Author: Marek Puzyniak <marek.puzyniak at holisticon.pl>
AuthorDate: Wed Sep 25 13:50:48 2024 +0200

    mt76: mark mt7925 11BE capable
    
    Build hostapd with 11BE support for
    both mt7925e and mt7925u.
    
    Signed-off-by: Marek Puzyniak <marek.puzyniak at holisticon.pl>
    Link: https://github.com/openwrt/openwrt/pull/16571
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 + at DRIVER_11AX_SUPPORT +kmod-hwmon-core
+  DEPENDS+=+kmod-mt792x-common + at DRIVER_11AX_SUPPORT +kmod-hwmon-core + at DRIVER_11BE_SUPPORT
   FILES:= $(PKG_BUILD_DIR)/mt7925/mt7925-common.ko
 endef
 




More information about the lede-commits mailing list