From: juhosg Date: Sun, 28 Jul 2013 10:23:29 +0000 (+0000) Subject: ar71xx: add model detection for the MERCURY MW4530R board X-Git-Tag: fast2504n-3.10.28-merged~1798 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=1fd38ad258fe3da2bbf57a2c7b4a631ed81b26a7;p=openwrt.git 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 Patchwork: http://patchwork.openwrt.org/patch/3856/ Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37570 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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="" ;;