From c1a4eef48373860a6136adb3694d55351a8578e4 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 24 Jun 2009 16:35:38 +0000 Subject: firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption algrithm SVN-Revision: 16550 --- tools/firmware-utils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/firmware-utils/Makefile') diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 96b4b59d7e..6917bd8529 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -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 -- cgit v1.2.3