projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac68f0d
)
ar71xx: show correct model name on TL-WA701N/ND boards
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 4 Jan 2012 17:30:55 +0000
(17:30 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 4 Jan 2012 17:30:55 +0000
(17:30 +0000)
SVN-Revision: 29657
target/linux/ar71xx/base-files/lib/ar71xx.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index b26a8debfa83b27f5c482dffb646c2973f36997c..e6c47e816ccb1302662b28f439ed5a3505938eb8 100755
(executable)
--- 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"
;;