From e6dc3fc7e82c232c7027f9d92a8d8bd5a20e8d16 Mon Sep 17 00:00:00 2001 From: juhosg 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/profiles/tp-link.mk') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index c770d4915..ba55f3e04 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