diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-09-21 11:47:56 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-09-21 11:47:56 +0000 |
commit | e6dc3fc7e82c232c7027f9d92a8d8bd5a20e8d16 (patch) | |
tree | 80becac3ec871033730ee248cb961b53e03f7e74 /target/linux/ar71xx/generic | |
parent | ea5272bc7b201fb955ca3da2ba9652b57d66de4a (diff) |
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 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:= |