aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2017-11-10 22:18:09 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2017-11-14 22:36:46 +0100
commitb23b0fb28b760ce66a8f93d4681c8bd300d75d30 (patch)
treea12b56f46f77cf9faf72810b201b0777de294818 /target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
parent3ad5c161f42936366cf90914561068548be45aa4 (diff)
downloadupstream-b23b0fb28b760ce66a8f93d4681c8bd300d75d30.tar.gz
upstream-b23b0fb28b760ce66a8f93d4681c8bd300d75d30.tar.bz2
upstream-b23b0fb28b760ce66a8f93d4681c8bd300d75d30.zip
ar71xx: add support for TP-Link TL-WR810N v2
TP-Link TL-WR810N v2 is a compact Wi-Fi router with two Ethernet ports. Specification: - QCA9533 (650 MHz) - 32 MB RAM - 8 MB Flash - 300 Mbps Wi-Fi 2.4 GHz - 2x 10/100 Mbps Ethernet (eth0, eth1) - UART on testpads on PCB - 1x LED (GPIO-controlled) - 1x reset/WPS button - 1x slide-switch with 2 GPIO inputs Flash instructions: - Flash as regular firmware update in Web UI - Default: 192.168.0.254 / admin / admin - Select *-factory.bin When holding reset button during power-up, U-Boot requests a file 'wr810nv1_tp_recovery.bin' from TFTP server at 192.168.0.66 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/machtypes.h')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/machtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
index ce878b291b..a08e3a93d9 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
@@ -259,6 +259,7 @@ enum ath79_mach_type {
ATH79_MACH_TL_WR802N_V1, /* TP-LINK TL-WR802N v1 */
ATH79_MACH_TL_WR802N_V2, /* TP-LINK TL-WR802N v2 */
ATH79_MACH_TL_WR810N, /* TP-LINK TL-WR810N */
+ ATH79_MACH_TL_WR810N_V2, /* TP-LINK TL-WR810N v2 */
ATH79_MACH_TL_WR840N_V2, /* TP-LINK TL-WR840N v2 */
ATH79_MACH_TL_WR840N_V3, /* TP-LINK TL-WR840N v3 */
ATH79_MACH_TL_WR841N_V1, /* TP-LINK TL-WR841N v1 */