summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2016-05-02 18:50:48 +0000
committerJo-Philipp Wich <jo@mein.io>2016-05-10 10:43:12 +0200
commit75629fb2a86cae1cb3829216215c843d93d0c3b7 (patch)
treec03c3ad60b46e80f08bad63a41d8f3468a825ec6 /target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
parentcbdfae5c04e90c05dcb247ea5e3d3c49670f3a84 (diff)
downloadmaster-31e0f0ae-75629fb2a86cae1cb3829216215c843d93d0c3b7.tar.gz
master-31e0f0ae-75629fb2a86cae1cb3829216215c843d93d0c3b7.tar.bz2
master-31e0f0ae-75629fb2a86cae1cb3829216215c843d93d0c3b7.zip
ar71xx: add TP-Link TL-WR810N support
This patch adds support for the TP-Link TL-WR810N. https://wiki.openwrt.org/toh/tp-link/tl-wr810n Signed-off-by: Jens Steinhauser <jens.steinhauser@gmail.com> SVN-Revision: 49286
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 b2df9c4977..4879255231 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
@@ -193,6 +193,7 @@ enum ath79_mach_type {
ATH79_MACH_TL_WR720N_V3, /* TP-LINK TL-WR720N v3/v4 */
ATH79_MACH_TL_WR741ND, /* TP-LINK TL-WR741ND */
ATH79_MACH_TL_WR741ND_V4, /* TP-LINK TL-WR741ND v4 */
+ ATH79_MACH_TL_WR810N, /* TP-LINK TL-WR810N */
ATH79_MACH_TL_WR841N_V1, /* TP-LINK TL-WR841N v1 */
ATH79_MACH_TL_WR841N_V7, /* TP-LINK TL-WR841N/ND v7 */
ATH79_MACH_TL_WR841N_V8, /* TP-LINK TL-WR841N/ND v8 */