summaryrefslogtreecommitdiff
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-07-12 08:59:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-07-12 08:59:18 +0000
commit86d79007248127d17a36a17a644117b40c912201 (patch)
treefc38f3c6583c2ae94f9725ebb838512533d80854 /tools/firmware-utils/Makefile
parentd680184c26e82580ab6a870ac10af4434affdb57 (diff)
downloadmtk-20170518-86d79007248127d17a36a17a644117b40c912201.zip
mtk-20170518-86d79007248127d17a36a17a644117b40c912201.tar.gz
mtk-20170518-86d79007248127d17a36a17a644117b40c912201.tar.bz2
firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>)
SVN-Revision: 16792
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 880a13f..5ccc0d1 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -51,6 +51,7 @@ define Host/Compile
$(call cc2,mktplinkfw md5)
$(call cc,pc1crypt)
$(call cc,osbridge-crc)
+ $(call cc2,wrt400n cyg_crc32)
endef
define Host/Install