diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-09 14:51:07 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-27 17:14:58 +0100 |
commit | 2e6bfab8c59f4c76ae3f3ccd1d3e09844e889ecc (patch) | |
tree | e0e06f3f1075563517b5d787457cae264a3aec10 /target/linux/ath79/image | |
parent | dba6f418fa3e436e7e849b46cfbdc10ac50e79e9 (diff) | |
download | upstream-2e6bfab8c59f4c76ae3f3ccd1d3e09844e889ecc.tar.gz upstream-2e6bfab8c59f4c76ae3f3ccd1d3e09844e889ecc.tar.bz2 upstream-2e6bfab8c59f4c76ae3f3ccd1d3e09844e889ecc.zip |
ath79: add support for TP-Link TL-WA850RE v1
This ports support for the TL-WA850RE v1 range extender from ar71xx
to ath79.
Specifications:
Board: AP123 / AR9341 rev. 3
Flash/RAM: 4/32 MiB
CPU: 535 MHz
WiFi: 2.4 GHz b/g/n
Ethernet: 1 port (100M)
Flashing instructions:
Upload the factory image via the vendor firmware upgrade option.
Recovery:
Note that this device does not provide TFTP via ethernet like many
other TP-Link devices do. You will have to open the case if you
require recovery beyond failsafe.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 6eaea3a8ba6154674058396c728494aa911ed7f1)
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 84b0d320b1..7d8f124e87 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -51,6 +51,16 @@ define Device/tplink_tl-mr3420-v1 endef TARGET_DEVICES += tplink_tl-mr3420-v1 +define Device/tplink_tl-wa850re-v1 + $(Device/tplink-4mlzma) + ATH_SOC := ar9341 + DEVICE_TITLE := TP-Link TL-WA850RE v1 + TPLINK_HWID := 0x08500001 + DEVICE_PACKAGES := rssileds + SUPPORTED_DEVICES += tl-wa850re +endef +TARGET_DEVICES += tplink_tl-wa850re-v1 + define Device/tplink_tl-wa901nd-v2 $(Device/tplink-4m) ATH_SOC := ar9132 |