aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomislav Požega <pozega.tomislav@gmail.com>2019-07-18 21:37:39 +0200
committerPetr Štetiar <ynezz@true.cz>2019-07-25 07:48:10 +0200
commit65762cdd2223d759f5836214143888e32ce5766b (patch)
tree452f647091781fe949383007d11e42d9d2bed1f1
parenta73934fc9ad05207e79a3e58abc3d14eee28b6f2 (diff)
downloadupstream-65762cdd2223d759f5836214143888e32ce5766b.tar.gz
upstream-65762cdd2223d759f5836214143888e32ce5766b.tar.bz2
upstream-65762cdd2223d759f5836214143888e32ce5766b.zip
ar71xx: fix WLAN LED names for Archer C7
Update WLAN LED colour identifier for both interfaces on Archer C7 Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/01_leds4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index 882849f0dc..8e49cb9fe2 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -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|\