diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:50 +0000 |
commit | 484cb57c038e305a010fd3ef602174b7cf2df2bc (patch) | |
tree | 99bbd75d22dbdc64e89de98164baa62cd66f2276 /target/linux/ar71xx/generic | |
parent | 1d9bb65f14b4f42dc31b2096c6f1c75719bc87d9 (diff) | |
download | upstream-484cb57c038e305a010fd3ef602174b7cf2df2bc.tar.gz upstream-484cb57c038e305a010fd3ef602174b7cf2df2bc.tar.bz2 upstream-484cb57c038e305a010fd3ef602174b7cf2df2bc.zip |
ar71xx: add profile and build image for the TL-WR720N v3 board
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36458 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index be88ac78e1..4ac6ba9632 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -72,6 +72,18 @@ endef $(eval $(call Profile,TLWR703)) +define Profile/TLWR720 + NAME:=TP-LINK TL-WR720N + PACKAGES:=kmod-usb-core kmod-usb2 +endef + + +define Profile/TLWR720/Description + Package set optimized for the TP-LINK TL-WR720N. +endef +$(eval $(call Profile,TLWR720)) + + define Profile/TLWA701 NAME:=TP-LINK TL-WA701N/ND PACKAGES:= |