[openwrt/openwrt] mediatek: Huasifei WH3000 Pro wifi fix

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 8 05:33:25 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/e64f54cc1584c67bbcf4d05f7d3ec89f3989ebe3

commit e64f54cc1584c67bbcf4d05f7d3ec89f3989ebe3
Author: Fil Dunsky <filipp.dunsky at gmail.com>
AuthorDate: Wed Aug 20 16:15:55 2025 +0300

    mediatek: Huasifei WH3000 Pro wifi fix
    
    typo forgot to add `kmod-mt7915e`
    
    Fixes: db1de8d21fd7 ("mediatek: add Huasifei WH3000 Pro support")
    Signed-off-by: Fil Dunsky <filipp.dunsky at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19825
    (cherry picked from commit 194466d52afda73c68f9c8581685e6065b43891e)
    Link: https://github.com/openwrt/openwrt/pull/19976
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/image/filogic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index d32bc4778f..d91aa84459 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -1042,7 +1042,7 @@ define Device/huasifei_wh3000-pro
   DEVICE_MODEL := WH3000 Pro
   DEVICE_DTS := mt7981b-huasifei-wh3000-pro
   DEVICE_DTS_DIR := ../dts
-  DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware kmod-hwmon-pwmfan kmod-usb3 f2fsck mkf2fs
+  DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-hwmon-pwmfan kmod-usb3 f2fsck mkf2fs
   KERNEL := kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
   KERNEL_INITRAMFS := kernel-bin | lzma | \
 	fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 64k




More information about the lede-commits mailing list