diff options
author | Henryk Heisig <hyniu@o2.pl> | 2018-02-06 22:08:28 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 09:21:20 +0100 |
commit | a338491a306798868738fd8210b27bd2a4ab0daa (patch) | |
tree | 8ff16b02274a21dcd0d94d4d66f8cf59f430ed2c /target/linux/ar71xx/files/arch/mips/ath79/Makefile | |
parent | 78f5af626c2da3816b71b5e4c560516f8ee383b2 (diff) | |
download | upstream-a338491a306798868738fd8210b27bd2a4ab0daa.tar.gz upstream-a338491a306798868738fd8210b27bd2a4ab0daa.tar.bz2 upstream-a338491a306798868738fd8210b27bd2a4ab0daa.zip |
ar71xx: add support for TP-Link RE355
This device is identical as TP-Link RE450
RE355 is a dual-band AC1200 router, based on Qualcomm/Atheros
QCA9558+QCA9880.
Specification:
720/600/200 MHz (CPU/DDR/AHB)
64/128 MB of RAM (DDR2)
8 MB of FLASH (SPI NOR)
3T3R 2.4 GHz
3T3R 5 GHz
1x 10/100/1000 Mbps Ethernet
7x LED, 3x button
UART header on PCB
Flash instruction:
Web:
Download lede-ar71xx-generic-archer-c60-v2-squashfs-factory.bin
and use OEM System Tools - Firmware Upgrade site.
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Makefile')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Makefile b/target/linux/ar71xx/files/arch/mips/ath79/Makefile index 9be721ac20..27ef57d167 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Makefile +++ b/target/linux/ar71xx/files/arch/mips/ath79/Makefile @@ -177,6 +177,7 @@ obj-$(CONFIG_ATH79_MACH_RB941) += mach-rb941.o obj-$(CONFIG_ATH79_MACH_RB95X) += mach-rb95x.o obj-$(CONFIG_ATH79_MACH_RBSPI) += mach-rbspi.o obj-$(CONFIG_ATH79_MACH_RBSXTLITE) += mach-rbsxtlite.o +obj-$(CONFIG_ATH79_MACH_RE355) += mach-re450.o obj-$(CONFIG_ATH79_MACH_RE450) += mach-re450.o obj-$(CONFIG_ATH79_MACH_RUT9XX) += mach-rut9xx.o obj-$(CONFIG_ATH79_MACH_RW2458N) += mach-rw2458n.o |