summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew MacIntyre2025-12-30 01:22:41 +0000
committerHauke Mehrtens2026-01-12 23:18:04 +0000
commitdbafbab8769b92c8466ea83400280b4f549ace71 (patch)
treebbed54afe89934f9745990f1ed499f8a93f364af
parent96a133737433eca069e26b1730ea5a895b8f2fd8 (diff)
downloadopenwrt-dbafbab8769b92c8466ea83400280b4f549ace71.tar.gz
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 <andymac@pcug.org.au> [linuxtardis@gmail.com: slightly reworded the commit description] Signed-off-by: Jakub Vaněk <linuxtardis@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21399 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 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