projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b49dc03
)
ar71xx: add model detection for the MERCURY MW4530R board
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 28 Jul 2013 10:23:29 +0000
(10:23 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 28 Jul 2013 10:23:29 +0000
(10:23 +0000)
Mercury MW4530R is a TP-Link TL-WDR4310 clone but
with a much lower price tag (~ $40). This patch
is tested to work at trunk r37525.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3856/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37570
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 bb96f63baf4ca16349d6a57b55403b1d13bc2f5f..ef091b5fb8d7c139ebc46446ceedad26ba8c4247 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-162,6
+162,9
@@
tplink_board_detect() {
"431000"*)
model="TP-Link TL-WDR4310"
;;
+ "453000"*)
+ model="MERCURY MW4530R"
+ ;;
*)
hwver=""
;;