2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Gabor Juhos
2013-02-01 15:50:34 +00:00
parent 119dc460a3
commit 492cbcdd6b
2 changed files with 4 additions and 3 deletions

View File

@@ -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))