diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-11 16:11:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-11 16:11:34 +0000 |
commit | 2e8c9209e9e42f5393d5362ae16a174ae1d76cef (patch) | |
tree | ce3a57774974de96e41459131b486b59e8ded7c4 /target/linux/ar7/ac49x/target.mk | |
parent | ce15640628063f33bbffed09ba2408280c1ecdda (diff) | |
download | upstream-2e8c9209e9e42f5393d5362ae16a174ae1d76cef.tar.gz upstream-2e8c9209e9e42f5393d5362ae16a174ae1d76cef.tar.bz2 upstream-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.mk | 10 |
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 |