[tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption...
[openwrt-10.03/.git] / tools / firmware-utils / Makefile
index 96b4b59d7eab3d216d17337dff5276786d8fd901..6917bd852953d1f4d81047ef0ba5878c0a8dc5a7 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