aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorRinki Kumari <rinki13@gmail.com>2018-09-27 21:40:15 +0530
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-11-17 16:27:38 +0100
commitdd02a19ff57cc24e3413bc2320b89bc793f0e8ef (patch)
treee6dccc1d8fcef9b7d95aa2210edaaaee25d334df /target/linux/ar71xx
parent251c3507275a2b5feca4afc0e6f8837214a584ab (diff)
downloadupstream-dd02a19ff57cc24e3413bc2320b89bc793f0e8ef.tar.gz
upstream-dd02a19ff57cc24e3413bc2320b89bc793f0e8ef.tar.bz2
upstream-dd02a19ff57cc24e3413bc2320b89bc793f0e8ef.zip
ar71xx: fix TP-Link Archer C7 v5 switch LEDs
Signed-off-by: Rinki Kumari <rinki13@gmail.com>
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/01_leds18
1 files changed, 15 insertions, 3 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 af480cb001..5c9397f0f7 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -144,7 +144,8 @@ archer-c60-v2)
;;
esac
;;
-archer-c7-v4)
+archer-c7-v4|\
+archer-c7-v5)
ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan2g" "phy1tpt"
ucidef_set_led_wlan "wlan5g" "WLAN5G" "$board:green:wlan5g" "phy0tpt"
ucidef_set_led_switch "wan" "WAN" "$board:green:wan" "switch0" "0x02"
@@ -152,8 +153,19 @@ archer-c7-v4)
ucidef_set_led_switch "lan2" "LAN2" "$board:green:lan3" "switch0" "0x08"
ucidef_set_led_switch "lan3" "LAN3" "$board:green:lan2" "switch0" "0x10"
ucidef_set_led_switch "lan4" "LAN4" "$board:green:lan1" "switch0" "0x20"
- ucidef_set_led_usbdev "usb1" "USB1" "$board:green:usb1" "1-1"
- ucidef_set_led_usbdev "usb2" "USB2" "$board:green:usb2" "2-1"
+
+ case "$board" in
+ archer-c7-v4)
+ ucidef_set_led_usbdev "usb1" "USB1" "$board:green:usb1" "1-1"
+ ucidef_set_led_usbdev "usb2" "USB2" "$board:green:usb2" "2-1"
+ ;;
+ esac
+
+ case "$board" in
+ archer-c7-v5)
+ ucidef_set_led_usbdev "usb" "USB" "$board:green:usb" "1-1"
+ ;;
+ esac
;;
arduino-yun)
ucidef_set_led_wlan "wlan" "WLAN" "arduino:blue:wlan" "phy0tpt"