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 | 183e2af1c7a3fc988b625badd350ed889f1b9389 (patch) | |
tree | a08e4cf6a4e78e4fddd33f7c5262f7c399ae96ad /target/linux/ar71xx/generic/profiles | |
parent | 7c4e2c1f724b301996aedd554c0c621949783474 (diff) | |
download | upstream-183e2af1c7a3fc988b625badd350ed889f1b9389.tar.gz upstream-183e2af1c7a3fc988b625badd350ed889f1b9389.tar.bz2 upstream-183e2af1c7a3fc988b625badd350ed889f1b9389.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>
SVN-Revision: 36458
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-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:= |