diff options
author | John Crispin <john@openwrt.org> | 2015-06-18 18:21:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-06-18 18:21:23 +0000 |
commit | e85f3471bad00a51711e7d7c7ab84e4ba64c1b93 (patch) | |
tree | 4ee2bf6587ffc618a167a9b55ca97eeb7cf4eb64 /target/linux/ar71xx/files | |
parent | 8399be545a01b05549902a96778b9b3983a6b4ec (diff) | |
download | upstream-e85f3471bad00a51711e7d7c7ab84e4ba64c1b93.tar.gz upstream-e85f3471bad00a51711e7d7c7ab84e4ba64c1b93.tar.bz2 upstream-e85f3471bad00a51711e7d7c7ab84e4ba64c1b93.zip |
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
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); - |