[tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption...
[10.03/openwrt.git] / tools / firmware-utils / Makefile
index 96b4b59..6917bd8 100644 (file)
@@ -49,6 +49,7 @@ define Host/Compile
        $(call cc,nand_ecc)
        $(call cc2,mkplanexfw sha1)
        $(call cc2,mktplinkfw md5)
+       $(call cc,pc1crypt)
 endef
 
 define Host/Install