Skip to content

Commit

Permalink
h88k v3.1: update board.d led config
Browse files Browse the repository at this point in the history
  • Loading branch information
unifreq committed Jul 27, 2024
1 parent fb6de1f commit edfa337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/rk3588/h88k-v3/board.d/01_led
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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" "eth2"
ucidef_set_led_netdev "lan2" "LAN2" "amber:net" "eth1"
ucidef_set_led_netdev "wan" "WAN" "blue:sata" "eth0"
ucidef_set_led_netdev "wan" "WAN" "green:work" "eth0"
ucidef_set_led_netdev "lan1" "LAN1" "blue:sata" "eth1"
ucidef_set_led_netdev "lan2" "LAN2" "amber:net" "eth2"
;;
"Hlink H88K-V3")
ucidef_set_led_default "work" "WORK" "red:work" "1"
Expand Down

0 comments on commit edfa337

Please sign in to comment.