From 5f5257e234edc137bc4b9d43beb7e13ab6af60d6 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 28 Jul 2013 10:23:33 +0000 Subject: ar71xx: add user-space support for the TL-WR710N board Signed-off-by: Cezary Jackiewicz Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos SVN-Revision: 37573 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ef091b5..d20b167 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" ;; -- cgit v1.1