diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-03 18:14:40 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-03 18:14:40 +0000 |
commit | af9f7edb75a3aa70168180b6b4073262b3d0548f (patch) | |
tree | 4ec945a66e744fccad78e25db7dea23390846325 /tools/firmware-utils/Makefile | |
parent | 006386c4b4cc0da66bf9e40beb66f8008ab3208a (diff) |
tools/firmware-utils: new tool for the Zcomax devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22883 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 37bbc0301f..ace2aaae24 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -47,6 +47,7 @@ define Host/Compile $(call cc,mkdniimg) $(call cc,mktitanimg) $(call cc,mkchkimg) + $(call cc,mkzcfw cyg_crc32) endef define Host/Install |