From dbafbab8769b92c8466ea83400280b4f549ace71 Mon Sep 17 00:00:00 2001 From: Andrew MacIntyre Date: Tue, 30 Dec 2025 12:22:41 +1100 Subject: [PATCH] mediatek: add Motorcomm PHY driver to Cudy WR3000H MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recent Cudy WR3000H v1 units have a Motorcomm YT8821 2.5G PHY for the WAN interface instead of the RTL8221B PHY used in earlier units, so add kmod-phy-motorcomm to be able to use it. Signed-off-by: Andrew MacIntyre [linuxtardis@gmail.com: slightly reworded the commit description] Signed-off-by: Jakub Vaněk Link: https://github.com/openwrt/openwrt/pull/21399 Signed-off-by: Hauke Mehrtens --- 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 0f0000aa09..3d6dd1ad23 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -1227,7 +1227,7 @@ define Device/cudy_wr3000h-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-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-phy-motorcomm endef TARGET_DEVICES += cudy_wr3000h-v1