summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-17 11:28:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-17 11:28:30 +0000
commitba71c3ac0052c75f3cc9ee499597646f77703ca1 (patch)
tree245d9602e4bc0c7060cf2218f20a6b1a3163b91d /tools/Makefile
parentcf9bca8dedb00b41c42a994ae08b91c37d11895c (diff)
downloadmtk-20170518-ba71c3ac0052c75f3cc9ee499597646f77703ca1.zip
mtk-20170518-ba71c3ac0052c75f3cc9ee499597646f77703ca1.tar.gz
mtk-20170518-ba71c3ac0052c75f3cc9ee499597646f77703ca1.tar.bz2
tools: prefer gmd5sum if present
SVN-Revision: 32761
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0ecd2a3..881fdb2 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -118,7 +118,7 @@ $(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared
fi
$(eval $(call PrepareCommand,find,gfind find))
-$(eval $(call PrepareCommand,md5sum,md5sum $(SCRIPT_DIR)/md5sum))
+$(eval $(call PrepareCommand,md5sum,gmd5sum md5sum $(SCRIPT_DIR)/md5sum))
$(eval $(call PrepareCommand,cp,gcp cp))
$(eval $(call PrepareCommand,seq,gseq seq))
$(eval $(call PrepareCommand,python,python2 python))