diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 09:43:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 09:43:18 +0000 |
commit | 0f8b30ebfb40401df33a5e86c0b4c425bd89b4fe (patch) | |
tree | e795c66f57fa390f0e02581c07a8f0cab21ca940 /target/linux/ar71xx/generic | |
parent | 9f3a4fd1bca0948c1b4d54e4ba9a660af99b1e00 (diff) | |
download | master-187ad058-0f8b30ebfb40401df33a5e86c0b4c425bd89b4fe.tar.gz master-187ad058-0f8b30ebfb40401df33a5e86c0b4c425bd89b4fe.tar.bz2 master-187ad058-0f8b30ebfb40401df33a5e86c0b4c425bd89b4fe.zip |
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 <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33219 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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)) |