Skip to content
Snippets Groups Projects
Commit 52a0bd33 authored by Lech Perczak's avatar Lech Perczak Committed by Adrian Schmutzler
Browse files

ath79: add LED trigger for TL-WR902AC v1 WAN LED


Inspired by commit c48b571a, add an LED trigger for the WAN LED on top of
the TP-Link TL-WR902AC v1. Currently, only the LED on the port itself shows the
link state, while the LED on top of the device stays dark.

The WAN port of the device is a hybrid LAN/WAN one, hence why the LED at the
port was labeled LAN.

Signed-off-by: default avatarLech Perczak <lech.perczak@gmail.com>
parent 16031eba
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,7 @@ tplink,cpe510-v3)
tplink,cpe610-v1|\
tplink,tl-wr902ac-v1)
ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
ucidef_set_led_netdev "internet" "Internet" "tp-link:green:internet" "eth0"
;;
tplink,re355-v1|\
tplink,re450-v1|\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment