diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:49 +0000 |
commit | 7c4e2c1f724b301996aedd554c0c621949783474 (patch) | |
tree | 4414a570ba38ac8adfb32592d4440c9067da5b28 /target/linux/ar71xx/base-files/lib | |
parent | 5c11773f8a7f7c2f7073e29ebddd77bf98dceb19 (diff) | |
download | upstream-7c4e2c1f724b301996aedd554c0c621949783474.tar.gz upstream-7c4e2c1f724b301996aedd554c0c621949783474.tar.bz2 upstream-7c4e2c1f724b301996aedd554c0c621949783474.zip |
ar71xx: add user-space support for the TL-WR720N v3 board
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36457
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index a9e063ba49..47d5f08b6f 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -75,6 +75,9 @@ tplink_board_detect() { "070300"*) model="TP-Link TL-WR703N" ;; + "072001"*) + model="TP-Link TL-WR720N" + ;; "070100"*) model="TP-Link TL-WA701N/ND" ;; @@ -420,6 +423,9 @@ ar71xx_board_detect() { *"TL-WR703N v1") name="tl-wr703n" ;; + *"TL-WR720N v3") + name="tl-wr720n-v3" + ;; *"TL-MR11U") name="tl-mr11u" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 8f2f610d7d..85e9d6128b 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -166,6 +166,7 @@ platform_check_image() { tl-wdr3500 | \ tl-wdr4300 | \ tl-wr703n | \ + tl-wr720n-v3 | \ tl-wr741nd | \ tl-wr741nd-v4 | \ tl-wr841n-v1 | \ |