diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 15:50:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 15:50:34 +0000 |
commit | 492cbcdd6bb41392e3e242c8435855477dd37dc6 (patch) | |
tree | f2c68e0bd9ab7fc549ca218e2b1437f4f265608d /target/linux/ar71xx/generic/profiles | |
parent | 119dc460a36560d73409773b93f2b4c563ea9658 (diff) | |
download | upstream-492cbcdd6bb41392e3e242c8435855477dd37dc6.tar.gz upstream-492cbcdd6bb41392e3e242c8435855477dd37dc6.tar.bz2 upstream-492cbcdd6bb41392e3e242c8435855477dd37dc6.zip |
ar71xx: build image for the TL-WDR3500 board
Based on http://patchwork.openwrt.org/patch/3208/
Thanks-to: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35425
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-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 a1018edad5..f554e22fd0 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -115,12 +115,12 @@ $(eval $(call Profile,TLWA901)) define Profile/TLWDR4300 - NAME:=TP-LINK TL-WDR3600/4300/4310 + NAME:=TP-LINK TL-WDR3500/3600/4300/4310 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev endef define Profile/TLWDR4300/Description - Package set optimized for the TP-LINK TL-WDR3600/4300/4310. + Package set optimized for the TP-LINK TL-WDR3500/3600/4300/4310. endef $(eval $(call Profile,TLWDR4300)) |