2
0
forked from Ivasoft/openwrt

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 <loyukfai@gmail.com>".  Failsafe and slider switch
were tested by "Wong min <alpha080@gmail.com>".

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

SVN-Revision: 46046
This commit is contained in:
John Crispin
2015-06-18 18:21:23 +00:00
parent 8399be545a
commit e85f3471ba
5 changed files with 19 additions and 6 deletions

View File

@@ -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);