rockchip: phy-leds: fix trigger device for m68s/r68s

Fixes: #1918
Fixes: b3a95ad3c7bd ("rockchip: simplify phy leds script")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 228840f6cd435783c81a09b20fbb5d7c9339b545)
This commit is contained in:
Tianling Shen
2025-06-25 23:35:04 +08:00
parent 3ddd92da0f
commit 467867283b

View File

@@ -35,8 +35,8 @@ boot() {
ezpro,mrkaio-m68s)
netled_set "stmmac-0:01:amber:lan" "eth0" "link_10 link_100 link_1000" "0" "rx tx" "1"
netled_set "stmmac-0:01:green:lan" "eth0" "link_10 link_100 link_1000" "1" "rx tx" "0"
netled_set "stmmac-1:01:amber:lan" "eth0" "link_10 link_100 link_1000" "0" "rx tx" "1"
netled_set "stmmac-1:01:green:lan" "eth0" "link_10 link_100 link_1000" "1" "rx tx" "0"
netled_set "stmmac-1:01:amber:lan" "eth1" "link_10 link_100 link_1000" "0" "rx tx" "1"
netled_set "stmmac-1:01:green:lan" "eth1" "link_10 link_100 link_1000" "1" "rx tx" "0"
;;
friendlyarm,nanopi-r3s)
netled_set "enp1s0-1::lan" "" "link_10 link_100 link_1000" "1" "rx tx" "0"