ar71xx: fix WLAN LED names for Archer C7
authorTomislav Požega <pozega.tomislav@gmail.com>
Thu, 18 Jul 2019 19:37:39 +0000 (21:37 +0200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 25 Jul 2019 05:48:10 +0000 (07:48 +0200)
Update WLAN LED colour identifier for both interfaces on Archer C7

Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
target/linux/ar71xx/base-files/etc/board.d/01_leds

index 882849f0dc670a0c8e17d60e3d3c8b2fc8768681..8e49cb9fe253081c944499b207c6d9494fae7381 100755 (executable)
@@ -124,8 +124,8 @@ archer-c5|\
 archer-c7)
        ucidef_set_led_usbport "usb1" "USB1" "tp-link:green:usb1" "usb1-port1"
        ucidef_set_led_usbport "usb2" "USB2" "tp-link:green:usb2" "usb2-port1"
-       ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy1tpt"
-       ucidef_set_led_wlan "wlan5g" "WLAN5G" "tp-link:blue:wlan5g" "phy0tpt"
+       ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:green:wlan2g" "phy1tpt"
+       ucidef_set_led_wlan "wlan5g" "WLAN5G" "tp-link:green:wlan5g" "phy0tpt"
        ;;
 archer-c58-v1|\
 archer-c59-v1|\