From ede1587ed854640206b51ffc205cbb0a3d600c46 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 28 Jul 2013 10:23:34 +0000 Subject: ar71xx: add profile and build image for the TL-WR710N board Signed-off-by: Cezary Jackiewicz Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos SVN-Revision: 37574 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 12 ++++++++++++ 1 file changed, 12 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 7398f4f..e63aa7a 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -94,6 +94,18 @@ endef $(eval $(call Profile,TLWR703)) +define Profile/TLWR710 + NAME:=TP-LINK TL-WR710N + PACKAGES:=kmod-usb-core kmod-usb2 +endef + + +define Profile/TLWR710/Description + Package set optimized for the TP-LINK TL-WR710N. +endef +$(eval $(call Profile,TLWR710)) + + define Profile/TLWR720 NAME:=TP-LINK TL-WR720N PACKAGES:=kmod-usb-core kmod-usb2 -- cgit v1.1