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 | 49ac36e81890e273fdacfe1b08615b7a19e7d6ee (patch) | |
tree | 75a1c17ec64957eadff82dddcd6646a9e5cd48f0 /target/linux/ar71xx/generic | |
parent | 712521955b5e3747d6e35cad96889084b98164fc (diff) | |
download | upstream-49ac36e81890e273fdacfe1b08615b7a19e7d6ee.tar.gz upstream-49ac36e81890e273fdacfe1b08615b7a19e7d6ee.tar.bz2 upstream-49ac36e81890e273fdacfe1b08615b7a19e7d6ee.zip |
ar71xx: build images for the TP-Link TL-WR703N v1 board
Based on a patch by dongyuqi <729650915@qq.com>
SVN-Revision: 28279
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:= |