projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d656b
)
ar71xx: fix board detection for TL-WA7510N
author
John Crispin
<john@openwrt.org>
Mon, 2 Jun 2014 14:45:21 +0000
(14:45 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 2 Jun 2014 14:45:21 +0000
(14:45 +0000)
Detect TL-WA7510N v1 by the board name as defined in mach-tl-wa901nd.c
and add hardware ID to tplink_board_detect
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40971
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 8682812ac8b18628989bba39d5f8d23aecb4d1f7..7a285f21cb7fd4804ea15039d5fc0077274f05f6 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-118,6
+118,9
@@
tplink_board_detect() {
"075000"*)
model="TP-Link TL-WA750RE"
;;
+ "751000"*)
+ model="TP-Link TL-WA7510N"
+ ;;
"080100"*)
model="TP-Link TL-WA801N/ND"
;;
@@
-508,7
+511,7
@@
ar71xx_board_detect() {
*TL-WA750RE)
name="tl-wa750re"
;;
- *
TL-WA7510N
)
+ *
"TL-WA7510N v1"
)
name="tl-wa7510n"
;;
*TL-WA850RE)