From d72bf7322821f12953c7d47d012bf50c37e47746 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 21 Sep 2011 11:47:56 +0000 Subject: ar71xx: build images for the TP-Link TL-WR703N v1 board Based on a patch by dongyuqi <729650915@qq.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28279 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') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index c770d49151..ba55f3e043 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -27,6 +27,17 @@ endef $(eval $(call Profile,TLMR3420V1)) +define Profile/TLWR703NV1 + NAME:=TP-LINK TL-WR703N v1 + PACKAGES:=kmod-usb-core kmod-usb2 +endef + +define Profile/TLWR703NV1/Description + Package set optimized for the TP-LINK TL-WR703N v1. +endef + +$(eval $(call Profile,TLWR703NV1)) + define Profile/TLWA901NDV1 NAME:=TP-LINK TL-WA901ND v1 PACKAGES:= -- cgit v1.2.3