aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/ac49x/target.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-11 16:11:34 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-11 16:11:34 +0000
commit2e8c9209e9e42f5393d5362ae16a174ae1d76cef (patch)
treece3a57774974de96e41459131b486b59e8ded7c4 /target/linux/ar7/ac49x/target.mk
parentce15640628063f33bbffed09ba2408280c1ecdda (diff)
downloadmaster-187ad058-2e8c9209e9e42f5393d5362ae16a174ae1d76cef.tar.gz
master-187ad058-2e8c9209e9e42f5393d5362ae16a174ae1d76cef.tar.bz2
master-187ad058-2e8c9209e9e42f5393d5362ae16a174ae1d76cef.zip
[ar7] create AC49x subtarget
Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34148 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/ac49x/target.mk')
-rw-r--r--target/linux/ar7/ac49x/target.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar7/ac49x/target.mk b/target/linux/ar7/ac49x/target.mk
new file mode 100644
index 0000000000..47f3ab282d
--- /dev/null
+++ b/target/linux/ar7/ac49x/target.mk
@@ -0,0 +1,10 @@
+#
+# Copyright (C) 2012 OpenWrt.org
+#
+
+SUBTARGET:=ac49x
+BOARDNAME:=AudioCodes AC49x
+
+define Target/Description
+ Build firmware images for AudioCodes AC49x based routers.
+endef