[openwrt/openwrt] mediatek: add kmod-usb3 to default package set of WR3000P

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 26 04:58:00 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/d23f61445135428065eea0bef340eb4bf242d5be

commit d23f61445135428065eea0bef340eb4bf242d5be
Author: Dmitry Mostovoy <dmitry.mostovoy at ceifx.com>
AuthorDate: Thu Dec 25 11:18:57 2025 +0300

    mediatek: add kmod-usb3 to default package set of WR3000P
    
    Include XHCI USB drivers on the Cudy WR3000P v1 router, the drivers are
    required to be able to use the USB port for USD devices.
    
    Closes: https://github.com/openwrt/openwrt/issues/21231
    Fixes: 04e9d154f209 ("mediatek: filogic: add support for Cudy WR3000P v1")
    Signed-off-by: Dmitry Mostovoy <dmitry.mostovoy at ceifx.com>
    Link: https://github.com/openwrt/openwrt/pull/21281
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 9da57e2f828bc4a589b9a94e4cdf1b6ccdeb110e)
---
 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 490fb69afa..2e4a0b48a3 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -1196,7 +1196,7 @@ define Device/cudy_wr3000p-v1
   IMAGE_SIZE := 65536k
   KERNEL_IN_UBI := 1
   IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
-  DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
+  DEVICE_PACKAGES := kmod-usb3 kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware
 endef
 TARGET_DEVICES += cudy_wr3000p-v1
 




More information about the lede-commits mailing list