summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-24 16:35:38 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-24 16:35:38 +0000
commit21a96eeb47f963f2adeb613a9d757e24f4e9c281 (patch)
tree8eefc0f7a35139f082e3ded378f64ef3423f6168 /tools/firmware-utils/Makefile
parent62936ae2a4d6f7a7938290bbe1d56b2d71909fac (diff)
[tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption algrithm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16550 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index 96b4b59d7..6917bd852 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