.gitignore: add *.o and .DS_Store by default - apparently some git versions do not...
[openwrt.git] / tools / firmware-utils / Makefile
index eb42f63..40b0199 100644 (file)
@@ -47,6 +47,7 @@ define Host/Compile
        $(call cc,mktitanimg)
        $(call cc,mkchkimg)
        $(call cc,mkzcfw cyg_crc32)
+       $(call cc,trx2edips)
 endef
 
 define Host/Install
This page took 0.019696 seconds and 4 git commands to generate.