diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:29 +0000 |
commit | 8b6f392b720c8f004e916da35798bcc03f59762c (patch) | |
tree | 3324c95a3e3aec01b6b1a9ce9c7f34a9a263adb6 /target/linux/ar71xx/base-files | |
parent | b49dc036e8b678333767b87136e8b2bbe68a5a2a (diff) | |
download | upstream-8b6f392b720c8f004e916da35798bcc03f59762c.tar.gz upstream-8b6f392b720c8f004e916da35798bcc03f59762c.tar.bz2 upstream-8b6f392b720c8f004e916da35798bcc03f59762c.zip |
ar71xx: add model detection for the MERCURY MW4530R board
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
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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 bb96f63baf..ef091b5fb8 100755 --- 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="" ;; |