aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2017-07-05 10:44:02 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2017-07-09 23:44:20 +0200
commitbefc763ed142f1a415374a8d463c1fb6b4b43abf (patch)
treeabfb7d9f694463f8d35f101d1d1ea6d954971c5d /target/linux/ar71xx/base-files/etc/board.d
parent42c8bbb69b8563896422180b379a4642419e5dfc (diff)
downloadupstream-befc763ed142f1a415374a8d463c1fb6b4b43abf.tar.gz
upstream-befc763ed142f1a415374a8d463c1fb6b4b43abf.tar.bz2
upstream-befc763ed142f1a415374a8d463c1fb6b4b43abf.zip
ar71xx: support LED in TP-Link TL-WR902AC RJ45 socket
TP-Link TL-WR902AC has another one, tiny LED inside RJ45 socket which is attached to GPIO15. Add support for it, use it as a "lan" LED and rename old one to "internet". Also, fix uci option name for "lan" LED in system configuration ("wan" -> "lan"). Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 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 103002d54a..e5afd50e7d 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -751,7 +751,7 @@ tl-wr802n-v2)
ucidef_set_led_wlan "wlan" "WLAN" "$board:green:system" "phy0tpt"
;;
tl-wr902ac-v1)
- ucidef_set_led_netdev "wan" "WAN" "$board:green:lan" "eth0"
+ ucidef_set_led_netdev "lan" "LAN" "$board:green:lan" "eth0"
ucidef_set_led_usbdev "usb" "USB" "$board:green:usb" "1-1"
ucidef_set_led_wlan "wlan2g" "WLAN2G" "$board:green:wlan2g" "phy1tpt"
;;