aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-08-14 18:15:58 +0000
committerJohn Crispin <blogic@openwrt.org>2013-08-14 18:15:58 +0000
commite444905c1e9aeb15b436911297ab0e488f453a48 (patch)
tree2f33bd48fa6dea9651f5c147d2ab50c70d70d291 /target
parent800114714b13445a44af570cd063e8461a5e0565 (diff)
downloadupstream-e444905c1e9aeb15b436911297ab0e488f453a48.tar.gz
upstream-e444905c1e9aeb15b436911297ab0e488f453a48.tar.bz2
upstream-e444905c1e9aeb15b436911297ab0e488f453a48.zip
ar71xx: fix TL-WR710N board detection
Fix for recognize TL-WR710N http://patchwork.openwrt.org/patch/3946/ Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 4e3a91c70f..1554a51e95 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -456,6 +456,9 @@ ar71xx_board_detect() {
*"TL-WR703N v1")
name="tl-wr703n"
;;
+ *"TL-WR710N v1")
+ name="tl-wr710n"
+ ;;
*"TL-WR720N v3")
name="tl-wr720n-v3"
;;