From 54c0e72f9d47bcd4eebdf04a103b8f7f345baddd Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 19 Sep 2013 17:52:45 +0000 Subject: ar71xx: add profile and build image for the TL-MR13U board Signed-off-by: Oleg Titov Patchwork: http://patchwork.openwrt.org/patch/4063/ Signed-off-by: Gabor Juhos SVN-Revision: 38066 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index e63aa7a..b7d4ec0 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -38,6 +38,17 @@ endef $(eval $(call Profile,TLMR11U)) +define Profile/TLMR13U + NAME:=TP-LINK TL-MR13U + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/TLMR13U/Description + Package set optimized for the TP-LINK TL-MR13U. +endef +$(eval $(call Profile,TLMR13U)) + + define Profile/TLMR3020 NAME:=TP-LINK TL-MR3020 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev -- cgit v1.1