ipq806x: fix LED names of TP-Link Talon AD2700
authorDaniel Golle <daniel@makrotopia.org>
Tue, 5 Jan 2021 16:24:42 +0000 (16:24 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 5 Jan 2021 16:26:44 +0000 (16:26 +0000)
While the underscore in the name of the USB LEDs was removed from DTS,
/etc/board.d/01_leds also has to reflect that change.

Fixes: 28fd279e5d ("ipq806x: some corrections for TP-Link Talon AD7200")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/ipq806x/base-files/etc/board.d/01_leds

index a03a056d8398088fb30ce6bb50f1c726b9e8de1e..284f9e2c1d296e1aba46f8fb36e280d648a4ec63 100755 (executable)
@@ -40,8 +40,8 @@ netgear,r7800)
        ucidef_set_led_ide "esata" "eSATA" "white:esata"
        ;;
 tplink,ad7200)
-       ucidef_set_led_usbport "usb1" "USB 1" "blue:usb_1" "usb1-port1" "usb2-port1"
-       ucidef_set_led_usbport "usb2" "USB 2" "blue:usb_3" "usb3-port1" "usb4-port1"
+       ucidef_set_led_usbport "usb1" "USB 1" "blue:usb1" "usb1-port1" "usb2-port1"
+       ucidef_set_led_usbport "usb2" "USB 2" "blue:usb3" "usb3-port1" "usb4-port1"
        ucidef_set_led_switch "wan" "wan" "blue:wan" "switch0" "0x02"
        ucidef_set_led_switch "lan" "lan" "blue:lan" "switch0" "0x3c"
        ucidef_set_led_wlan "wlan2g" "wlan2g" "blue:wlan2g" "phy2tpt"