summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Puzyniak2024-09-25 11:50:48 +0000
committerHauke Mehrtens2024-10-03 10:55:23 +0000
commitb5ffbe7c75cfcd9909ca4144fe2239e7af35fdae (patch)
tree46d105f4255d9657d5994e4b05f86177d0f2bde1
parent3280f9e8f764e76871857a240a1ba12616ea87c8 (diff)
downloadopenwrt-b5ffbe7c75cfcd9909ca4144fe2239e7af35fdae.tar.gz
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>
-rw-r--r--package/kernel/mt76/Makefile2
1 files changed, 1 insertions, 1 deletions
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