aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
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
commit5427d96c3a2e01579c9374711390d835a9ef4388 (patch)
tree66a738f11876a36dc95e85a41f47796c3ac2c87c /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent1cc1f45a4bf8507ca87f38b28e984b8bc33f31c1 (diff)
downloadmaster-187ad058-5427d96c3a2e01579c9374711390d835a9ef4388.tar.gz
master-187ad058-5427d96c3a2e01579c9374711390d835a9ef4388.tar.bz2
master-187ad058-5427d96c3a2e01579c9374711390d835a9ef4388.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37573 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.sh3
1 files changed, 3 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"
;;