2
0
forked from Ivasoft/openwrt

ipq806x: Archer C2600: Renaming LED accordance with the standard

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
This commit is contained in:
Cezary Jackiewicz
2016-08-23 19:26:16 +02:00
committed by John Crispin
parent 2a64be5aa9
commit 9417293366
3 changed files with 20 additions and 20 deletions

View File

@@ -12,11 +12,11 @@ board=$(ipq806x_board_name)
case "$board" in
c2600)
ucidef_set_led_usbdev "usb1" "USB 1" "usb_2:blue" "2-1"
ucidef_set_led_usbdev "usb2" "USB 2" "usb_4:blue" "4-1"
ucidef_set_led_netdev "wan" "WAN" "wan:blue" "eth0"
ucidef_set_led_netdev "lan" "LAN" "lan:blue" "br-lan"
ucidef_set_led_default "general" "general" "ledgnr:blue" "1"
ucidef_set_led_usbdev "usb1" "USB 1" "${board}:blue:usb_2" "2-1"
ucidef_set_led_usbdev "usb2" "USB 2" "${board}:blue:usb_4" "4-1"
ucidef_set_led_netdev "wan" "WAN" "${board}:blue:wan" "eth0"
ucidef_set_led_netdev "lan" "LAN" "${board}:blue:lan" "br-lan"
ucidef_set_led_default "general" "general" "${board}:blue:ledgnr" "1"
;;
d7800 |\
r7500 |\