summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-04 17:30:55 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-04 17:30:55 +0000
commitc96ab77e4e834035d048c2ff3d44c4ed3df2854d (patch)
treed6c30d499c68737c155b53586611f3e69743b318 /target
parent06483eda3d454708a2a8a4bff2285824f80ad216 (diff)
ar71xx: show correct model name on TL-WA701N/ND boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29657 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 b26a8debf..e6c47e816 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -73,6 +73,9 @@ tplink_board_detect() {
"070300"*)
model="TP-Link TL-WR703N"
;;
+ "070100"*)
+ model="TP-Link TL-WA701N/ND"
+ ;;
"074000"*)
model="TP-Link TL-WR740N/ND"
;;