projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7bedf
)
ar71xx: typo in detect TL-MR10U/TL-MR11U
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 26 May 2013 16:38:00 +0000
(16:38 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 26 May 2013 16:38:00 +0000
(16:38 +0000)
At offset 0x40, signature for TL-MR10U/TL-MR11U begin
from 0x00, not 0x10/0x11.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36727
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 4ab0edee15c4bb8ab9be000129672dc564989944..7cb015d77b5781fb6d996f7e46bf3ade9ca16468 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-132,10
+132,10
@@
tplink_board_detect() {
"254300"*)
model="TP-Link TL-WR2543N/ND"
;;
- "
1001
01"*)
+ "
0010
01"*)
model="TP-Link TL-MR10U"
;;
- "
110
101"*)
+ "
001
101"*)
model="TP-Link TL-MR11U"
;;
"302000"*)