2
0
forked from Ivasoft/openwrt

ar71xx: add a profile and build images for the TL-WR2543N/ND

SVN-Revision: 29682
This commit is contained in:
Gabor Juhos
2012-01-07 19:36:42 +00:00
parent 8a8e5bde15
commit 4edff7d3ef
2 changed files with 17 additions and 0 deletions

View File

@@ -136,3 +136,14 @@ define Profile/TLWR1043/Description
Package set optimized for the TP-LINK TL-WR1043N/ND.
endef
$(eval $(call Profile,TLWR1043))
define Profile/TLWR2543
NAME:=TP-LINK TL-WR2543N/ND
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef
define Profile/TLWR2543/Description
Package set optimized for the TP-LINK TL-WR2543N/ND.
endef
$(eval $(call Profile,TLWR2543))