summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew MacIntyre2025-12-30 01:22:41 +0000
committerHauke Mehrtens2026-01-12 23:19:54 +0000
commit7dbacdaa8015a13ed0236663a2782d1419e49744 (patch)
treeb501be0d16a3dd592940dfcef0667b7e04a31904
parent8d407de4910712213afff1919830b3fe5c33e1b4 (diff)
downloadopenwrt-7dbacdaa8015a13ed0236663a2782d1419e49744.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> (cherry picked from commit dbafbab8769b92c8466ea83400280b4f549ace71)
-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 1c2a2c553b..57663e6eb9 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -1210,7 +1210,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