summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-07-28 10:23:33 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-07-28 10:23:33 +0000
commit5f5257e234edc137bc4b9d43beb7e13ab6af60d6 (patch)
tree94990a01547571c3ef0e420987c56ef9ffa2200d /target/linux/ar71xx/base-files/lib
parentc5029c2ebf5c68b4046a0a2384bf780d28be7606 (diff)
downloadmaster-31e0f0ae-5f5257e234edc137bc4b9d43beb7e13ab6af60d6.tar.gz
master-31e0f0ae-5f5257e234edc137bc4b9d43beb7e13ab6af60d6.tar.bz2
master-31e0f0ae-5f5257e234edc137bc4b9d43beb7e13ab6af60d6.zip
ar71xx: add user-space support for the TL-WR710N board
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37573
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index ef091b5fb8..d20b167511 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -85,6 +85,9 @@ tplink_board_detect() {
"070300"*)
model="TP-Link TL-WR703N"
;;
+ "071000"*)
+ model="TP-Link TL-WR710N"
+ ;;
"072001"*)
model="TP-Link TL-WR720N"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index c57e5d5c74..01bf16030a 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -171,6 +171,7 @@ platform_check_image() {
tl-wdr3500 | \
tl-wdr4300 | \
tl-wr703n | \
+ tl-wr710n | \
tl-wr720n-v3 | \
tl-wr741nd | \
tl-wr741nd-v4 | \