aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-23 09:49:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-23 09:49:04 +0000
commitcdda5b041f3a98513a6b9916fffbea70c173ed5f (patch)
tree853d834ab0a60a846217d6b070b7e6024d5c02c2 /target/linux/ar71xx/generic
parent525fcc6e1144958378b6c03288e7b8392fb21e20 (diff)
downloadupstream-cdda5b041f3a98513a6b9916fffbea70c173ed5f.tar.gz
upstream-cdda5b041f3a98513a6b9916fffbea70c173ed5f.tar.bz2
upstream-cdda5b041f3a98513a6b9916fffbea70c173ed5f.zip
ar71xx: add profile and build image for the TEW-732BR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38133
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/trendnet.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/trendnet.mk b/target/linux/ar71xx/generic/profiles/trendnet.mk
index c6fe9cf792..42d05b6062 100644
--- a/target/linux/ar71xx/generic/profiles/trendnet.mk
+++ b/target/linux/ar71xx/generic/profiles/trendnet.mk
@@ -49,3 +49,14 @@ endef
$(eval $(call Profile,TEW712BR))
+
+define Profile/TEW732BR
+ NAME:=TRENDNet TEW-732BR
+ PACKAGES:=
+endef
+
+define Profile/TEW732BR/Description
+ Package set optimized for the TRENDNet TEW-732BR.
+endef
+
+$(eval $(call Profile,TEW732BR))