aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch
diff options
context:
space:
mode:
authorRomain MARIADASSOU <roms2000@free.fr>2018-07-02 00:55:47 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-12-07 21:46:45 +0100
commit02494fa35ca07f01598e8bddb14303486ba69ba4 (patch)
tree869b9c16ce444bc199234983e195381f70ab346c /target/linux/ar71xx/files/arch
parent32bc733796e1d409db656fbadd9ca5e2a2468ae9 (diff)
downloadupstream-02494fa35ca07f01598e8bddb14303486ba69ba4.tar.gz
upstream-02494fa35ca07f01598e8bddb14303486ba69ba4.tar.bz2
upstream-02494fa35ca07f01598e8bddb14303486ba69ba4.zip
Add support for TL-WA801ND v4
This add support for TP-Link TL-WA801ND v4 (same as TL-WA801ND v3) : Specification: - System-On-Chip: Qualcomm Atheros QCA9533 - CPU/Speed: 650 MHz - Flash-Chip: Winbond W25Q32BVSIG - Flash size: 4096 KiB - RAM: 32 MiB - Wireless No1: SoC-integrated: QCA9533 2.4GHz 802.11bgn Flash instructions: 1) To flash the image, rename the file openwrt-ar71xx-generic-tl-wa801nd-v4-squashfs-factory.bin to firmware.bin 2) Connect your device to the LAN port, then upload the firmware through web interface. It will try to download the image and flash it. It can take up to 2-3 minutes to finish. When it reaches 100%, the router will reboot itself. Signed-off-by: Romain MARIADASSOU <roms2000@free.fr>
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
index 054c14ee73..1637382192 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa801nd-v3.c
@@ -1,5 +1,6 @@
/*
* TP-LINK TL-WA801ND v3 adapted from TP-LINK TL-WR841N/ND v9
+ * TP-LINK TL-WA801ND v4
*
* Copyright (C) 2014 Matthias Schiffer <mschiffer@universe-factory.net>
* Copyright (C) 2016 Tiziano Bacocco <tizbac2@gmail.com>