Skip to content

Commit

Permalink
h88k v3.1: update board.d
Browse files Browse the repository at this point in the history
  • Loading branch information
unifreq committed Jul 27, 2024
1 parent 5ea18ba commit fb6de1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/rk3588/h88k-v3/board.d/01_led
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ machine_model=$(cat /proc/device-tree/model|tr -d "\000")
case $machine_model in
"Hlink H88K V3.1")
ucidef_set_led_default "work" "WORK" "red:ai" "1"
ucidef_set_led_netdev "lan1" "LAN1" "green:work" "eth1"
ucidef_set_led_netdev "lan2" "LAN2" "amber:net" "eth2"
ucidef_set_led_netdev "lan1" "LAN1" "green:work" "eth2"
ucidef_set_led_netdev "lan2" "LAN2" "amber:net" "eth1"
ucidef_set_led_netdev "wan" "WAN" "blue:sata" "eth0"
;;
"Hlink H88K-V3")
Expand Down

0 comments on commit fb6de1f

Please sign in to comment.