diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:31 +0000 |
commit | af1dd57a3716f62835d75fa1e4aaaa47c74dcf8e (patch) | |
tree | 6ea3480f94faad45f1280a33755772712c157baa /target/linux/ar71xx/generic | |
parent | 8b6f392b720c8f004e916da35798bcc03f59762c (diff) | |
download | upstream-af1dd57a3716f62835d75fa1e4aaaa47c74dcf8e.tar.gz upstream-af1dd57a3716f62835d75fa1e4aaaa47c74dcf8e.tar.bz2 upstream-af1dd57a3716f62835d75fa1e4aaaa47c74dcf8e.zip |
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
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 30e2b9cf2e..7398f4f9fc 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -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)) |