From 0517183b9cb942102f02f40e587162a5e92f1335 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 22 Aug 2012 09:43:18 +0000 Subject: ar71xx: add support for TP-Link TL-WDR3600 The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has only two antennas. [juhosg: remove the custom machine type, change the board name instead] Signed-off-by: Matthias Schiffer SVN-Revision: 33219 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ar71xx/generic/profiles/tp-link.mk') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 74355e83b8..056a91703d 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -95,12 +95,12 @@ $(eval $(call Profile,TLWA901)) define Profile/TLWDR4300 - NAME:=TP-LINK TL-WDR4300/ TL-WDR4310 + NAME:=TP-LINK TL-WDR3600/4300/4310 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev endef define Profile/TLWDR4300/Description - Package set optimized for the TP-LINK TL-WDR4300. + Package set optimized for the TP-LINK TL-WDR3600/4300/4310. endef $(eval $(call Profile,TLWDR4300)) -- cgit v1.2.3