aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-06-18 18:21:23 +0000
committerJohn Crispin <blogic@openwrt.org>2015-06-18 18:21:23 +0000
commit2a04e78e1f1dbb37b8378bbcd783dd20dbd584c1 (patch)
treee9e15100ed6dafdba0441577de5fb8391b8036ba /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentff43ce44d10f0f4bd835c100775a6ae4013793ae (diff)
downloadmaster-187ad058-2a04e78e1f1dbb37b8378bbcd783dd20dbd584c1.tar.gz
master-187ad058-2a04e78e1f1dbb37b8378bbcd783dd20dbd584c1.tar.bz2
master-187ad058-2a04e78e1f1dbb37b8378bbcd783dd20dbd584c1.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46046 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 85258d2fef..8f4bb409ff 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -772,7 +772,7 @@ ar71xx_board_detect() {
*"TL-WR710N v1")
name="tl-wr710n"
;;
- *"TL-WR720N v3")
+ *"TL-WR720N"*)
name="tl-wr720n-v3"
;;
*"TL-MR10U")