diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:34 +0000 |
commit | ede1587ed854640206b51ffc205cbb0a3d600c46 (patch) | |
tree | 0047237facbd38ee03a3ce61356a80cd05883298 /target/linux/ar71xx/generic | |
parent | 5f5257e234edc137bc4b9d43beb7e13ab6af60d6 (diff) | |
download | upstream-ede1587ed854640206b51ffc205cbb0a3d600c46.tar.gz upstream-ede1587ed854640206b51ffc205cbb0a3d600c46.tar.bz2 upstream-ede1587ed854640206b51ffc205cbb0a3d600c46.zip |
ar71xx: add profile and build image for the TL-WR710N board
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3873/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37574
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 7398f4f9fc..e63aa7ad74 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -94,6 +94,18 @@ endef $(eval $(call Profile,TLWR703)) +define Profile/TLWR710 + NAME:=TP-LINK TL-WR710N + PACKAGES:=kmod-usb-core kmod-usb2 +endef + + +define Profile/TLWR710/Description + Package set optimized for the TP-LINK TL-WR710N. +endef +$(eval $(call Profile,TLWR710)) + + define Profile/TLWR720 NAME:=TP-LINK TL-WR720N PACKAGES:=kmod-usb-core kmod-usb2 |