From a6f70f2e97f383b54bf8a321e7116be9961e14c0 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 14 Feb 2020 15:38:55 +0100 Subject: ath79: add support for TP-Link TL-WA701ND/730RE/801ND/901ND v1 This adds support for the various clones of the TL-WA830RE recently supported in fb99ac6807f2 ("ath79: add support for TP-Link TL-WA830RE v1"): - tplink,tl-wa701nd-v1 - tplink,tl-wa730re-v1 - tplink,tl-wa801nd-v1 - tplink,tl-wa830re-v1 (already supported) - tplink,tl-wa901nd-v1 Since these devices are 100%-clones in ar71xx, this patch adds all of them without run-testing (as this has been done for TL-WA830RE v1). Specifications: - SOC: Atheros AR7240 - CPU: 400MHz - Flash: 4 MiB (Spansion S25FL032P) - RAM: 32 MiB (Zentel A3S56D40FTP-G5) - WLAN: Atheros AR9280 bgn 2x2 - Ethernet: 1 port (100M) Flash instructions: - install from u-boot with tftp (requires serial access) > setenv ipaddr a.b.c.d > setenv serverip e.f.g.h > tftpboot 0x80000000 \ openwrt-ath79-tiny-tplink_tl-waxxxxx-v1-squashfs-factory.bin > erase 0x9f020000 +0x3c0000 > cp.b 0x80000000 0x9f020000 0x3c0000 > bootm 0x9f020000 - flash factory image from OEM WebUI - sysupgrade from ar71xx image Signed-off-by: Adrian Schmutzler (backported from commit 2f1cc5c3d5e35d6aa76e794e3d5b4f5856cd38bc) --- target/linux/ath79/base-files/etc/board.d/01_leds | 6 +++++- target/linux/ath79/base-files/etc/board.d/02_network | 4 ++++ .../linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) (limited to 'target/linux/ath79/base-files') 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 49cb312779..5e06da0d12 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -175,8 +175,12 @@ tplink,re450-v2) ;; tplink,tl-mr3020-v1|\ tplink,tl-mr3040-v2|\ +tplink,tl-wa701nd-v1|\ +tplink,tl-wa730re-v1|\ +tplink,tl-wa801nd-v1|\ tplink,tl-wa830re-v1|\ -tplink,tl-wa860re-v1) +tplink,tl-wa860re-v1|\ +tplink,tl-wa901nd-v1) ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0" ;; tplink,tl-mr3420-v2|\ diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index ddcd2326e5..85516413ca 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -31,9 +31,13 @@ ath79_setup_interfaces() tplink,tl-mr10u|\ tplink,tl-mr3020-v1|\ tplink,tl-mr3040-v2|\ + tplink,tl-wa701nd-v1|\ + tplink,tl-wa730re-v1|\ + tplink,tl-wa801nd-v1|\ tplink,tl-wa830re-v1|\ tplink,tl-wa850re-v1|\ tplink,tl-wa860re-v1|\ + tplink,tl-wa901nd-v1|\ tplink,tl-wa901nd-v2|\ tplink,tl-wr703n|\ ubnt,bullet-m|\ diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index 65ba273d3e..fd889e36bb 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -139,7 +139,11 @@ case "$FIRMWARE" in ;; buffalo,whr-g301n|\ buffalo,wzr-hp-g302h-a1a0|\ + tplink,tl-wa701nd-v1|\ + tplink,tl-wa730re-v1|\ + tplink,tl-wa801nd-v1|\ tplink,tl-wa830re-v1|\ + tplink,tl-wa901nd-v1|\ tplink,tl-wr841-v5|\ tplink,tl-wr941-v4) ath9k_eeprom_extract "art" 4096 3768 -- cgit v1.2.3