tools/firmware-utils: Added encode_crc, for Freecom devices.

SVN-Revision: 14961
This commit is contained in:
Rod Whitby
2009-03-22 11:39:32 +00:00
parent a99415d17a
commit 34ad500e2c
2 changed files with 152 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ define Host/Compile
$(call cc,imagetag)
$(call cc,add_header)
$(call cc,makeamitbin)
$(call cc,encode_crc)
$(call cc2,mkplanexfw sha1)
$(call cc2,mktplinkfw md5)
endef