2
0
forked from Ivasoft/openwrt

ar71xx: build image 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: 37571
This commit is contained in:
Gabor Juhos
2013-07-28 10:23:31 +00:00
parent 8b6f392b72
commit af1dd57a37
2 changed files with 4 additions and 3 deletions

View File

@@ -159,12 +159,12 @@ $(eval $(call Profile,TLWA901))
define Profile/TLWDR4300
NAME:=TP-LINK TL-WDR3500/3600/4300/4310
NAME:=TP-LINK TL-WDR3500/3600/4300/4310/MW4350R
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef
define Profile/TLWDR4300/Description
Package set optimized for the TP-LINK TL-WDR3500/3600/4300/4310.
Package set optimized for the TP-LINK TL-WDR3500/3600/4300/4310/MW4350R.
endef
$(eval $(call Profile,TLWDR4300))