From 2a04e78e1f1dbb37b8378bbcd783dd20dbd584c1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Jun 2015 18:21:23 +0000 Subject: ar71xx: add support for TL-WR720N-v4. The hardware should be almost the same as TL-WR720N-v3. WiFi and LAN networks were tested by "Lo Yuk Fai ". Failsafe and slider switch were tested by "Wong min ". Signed-off-by: Yousong Zhou git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46046 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ar71xx/files/arch/mips') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c index 80e8df685a..2bb3b44a71 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c @@ -104,6 +104,5 @@ static void __init tl_wr720n_v3_setup(void) ath79_register_wmac(ee, mac); } -MIPS_MACHINE(ATH79_MACH_TL_WR720N_V3, "TL-WR720N-v3", "TP-LINK TL-WR720N v3", +MIPS_MACHINE(ATH79_MACH_TL_WR720N_V3, "TL-WR720N-v3", "TP-LINK TL-WR720N v3/v4", tl_wr720n_v3_setup); - -- cgit v1.2.3