diff options
author | Antonio Silverio <menion@gmail.com> | 2018-10-17 09:18:45 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-31 13:28:31 +0100 |
commit | 9601d94138de66e4fc9f55a08dfb348cdfcc3181 (patch) | |
tree | c3431d8c62e94465203f22f7d21052e5feb446a9 /target/linux/ath79/base-files/etc/board.d/01_leds | |
parent | 98f826fdc0a982bea9eee8f397fdf0d2ef018cab (diff) | |
download | upstream-9601d94138de66e4fc9f55a08dfb348cdfcc3181.tar.gz upstream-9601d94138de66e4fc9f55a08dfb348cdfcc3181.tar.bz2 upstream-9601d94138de66e4fc9f55a08dfb348cdfcc3181.zip |
ath79: add support for TP-Link TL-WR841N/ND v8
CPU: Atheros AR9341 535MHz
RAM: 32MB
FLASH: 4MiB
PORTS: 4 Port 100/10 Switch, 1 Port 100/10 Wan
WiFi: Atheros AR9341 2x2:2 bgn
LED: Power (static on), LAN (controlled by Switch), WAN, SYS, WiFi, RFKill
BTN: WPS, WiFi, Reset
Installation:
Upload the factory image via the vendor-GUI.
Signed-off-by: Antonio Silverio <menion@gmail.com>
[resolve merge conflicts, squash commits, fix commit title, remove
default default off led properties, mark sysupgrade image compatible
with the ar71xx version of the board, drop blank lines from dts]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/base-files/etc/board.d/01_leds')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/01_leds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds index cc718b4d96..a9f81cd230 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -97,6 +97,7 @@ tplink,tl-wr941-v4) ;; tplink,tl-wr740nd-v4|\ tplink,tl-wr741nd-v4|\ +tplink,tl-wr841-v8|\ tplink,tl-wr842n-v2) ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0" ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04" |