diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-06-06 19:16:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-06-06 19:16:43 +0000 |
commit | efe0f8bd76b78e3d1b26862744b5df69edba1873 (patch) | |
tree | 10e49f58c8cadca1ed385751db44b46a263c9ad6 /tools/firmware-utils/Makefile | |
parent | 56102b8a7bea1651febd3529cdbe6db4bb0900ca (diff) | |
download | upstream-efe0f8bd76b78e3d1b26862744b5df69edba1873.tar.gz upstream-efe0f8bd76b78e3d1b26862744b5df69edba1873.tar.bz2 upstream-efe0f8bd76b78e3d1b26862744b5df69edba1873.zip |
[tools] add mktitanimg to create Titan (AR7-based) images (#6632)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21689 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 4f12b9fe54..d4a633c509 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -45,6 +45,7 @@ define Host/Compile $(call cc,wrt400n cyg_crc32) $(call cc,wndr3700) $(call cc,mkdniimg) + $(call cc,mktitanimg) endef define Host/Install |