From f9d78517ad283be4a1f578d4fb693ab44ee517c4 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 7 Jan 2012 19:36:42 +0000 Subject: ar71xx: add a profile and build images for the TL-WR2543N/ND git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29682 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic/profiles') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 2b9aa0e218..8f1314ad50 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -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)) -- cgit v1.2.3