diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-09-21 11:47:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-09-21 11:47:56 +0000 |
commit | d72bf7322821f12953c7d47d012bf50c37e47746 (patch) | |
tree | 80becac3ec871033730ee248cb961b53e03f7e74 /target/linux/ar71xx/generic | |
parent | a2037eae5d445d79b02963d33386ad4bc9995ae0 (diff) | |
download | upstream-d72bf7322821f12953c7d47d012bf50c37e47746.tar.gz upstream-d72bf7322821f12953c7d47d012bf50c37e47746.tar.bz2 upstream-d72bf7322821f12953c7d47d012bf50c37e47746.zip |
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
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
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:= |