1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/ath79/image
Christian Buschau fb99ac6807 ath79: add support for TP-Link TL-WA830RE v1
This ports support for the TL-WA830RE v1 range extender from ar71xx to
ath79.

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-wa830re-v1-squashfs-factory.bin
  > erase 0x9f020000 +0x3c0000
  > cp.b 0x80000000 0x9f020000 0x3c0000
  > bootm 0x9f020000
- flash factory image from OEM WebUI
- sysupgrade from ar71xx image

The device seems to be a clone of the following devices not yet
added to ath79:
- tl-wa701nd-v1
- tl-wa730re-v1
- tl-wa801nd-v1
- tl-wa901nd-v1

Signed-off-by: Christian Buschau <christian.buschau@mailbox.org>
[make use of ar7240_tplink.dtsi, add note about clones]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-11 14:31:05 +01:00
..
bin
lzma-loader ath79: move lzma-loader to the end of available RAM 2020-01-23 15:28:03 +01:00
common-buffalo.mk
common-mikrotik.mk ath79: add support for MikroTik RouterBOARD wAP G-5HacT2HnD 2020-01-23 15:28:03 +01:00
common-netgear.mk
common-tp-link.mk ath79: add common definition for Device/tplink-v2 2020-02-02 14:01:59 +01:00
common-yuncore.mk
generic-tp-link.mk ath79: add common definition for Device/tplink-v2 2020-02-02 14:01:59 +01:00
generic-ubnt.mk ath79: add support for Ubiquiti NanoStation Loco M (XW) 2020-01-31 17:24:31 +01:00
generic.mk ath79: add support for COMFAST CF-E560AC 2020-02-03 16:18:08 +01:00
Makefile ath79: move lzma-loader to the end of available RAM 2020-01-23 15:28:03 +01:00
nand.mk ath79: fix SUPPORTED_DEVICES for WNDR4300 and WNDR3700v4 2020-01-21 00:29:25 +01:00
tiny-netgear.mk
tiny-tp-link.mk ath79: add support for TP-Link TL-WA830RE v1 2020-02-11 14:31:05 +01:00
tiny.mk