summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Mostovoy2025-12-25 08:18:57 +0000
committerHauke Mehrtens2026-01-19 00:20:16 +0000
commit8843108ff0fffb2abdc87465c323c97c7821df05 (patch)
treedf2220caa252b515700ea70733fb12cbd8af07bc
parent94a54a1e03dd8ae03c7626f15939350fe2f2cf0c (diff)
downloadopenwrt-8843108ff0fffb2abdc87465c323c97c7821df05.tar.gz
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@ceifx.com> Link: https://github.com/openwrt/openwrt/pull/21281 (cherry picked from commit 9da57e2f828bc4a589b9a94e4cdf1b6ccdeb110e) Link: https://github.com/openwrt/openwrt/pull/21405 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/mediatek/image/filogic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index fda38fbec2..96dda16d7c 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -891,7 +891,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