From: Andrew MacIntyre Date: Tue, 30 Dec 2025 01:22:41 +0000 (+1100) Subject: mediatek: add Motorcomm PHY driver to Cudy WR3000H X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbafbab8769b92c8466ea83400280b4f549ace71;p=thirdparty%2Fopenwrt.git mediatek: add Motorcomm PHY driver to Cudy WR3000H 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 --- diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 0f0000aa093..3d6dd1ad23f 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