aboutsummaryrefslogtreecommitdiffstats
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
commit2e7d780a24b59d48e770e014b8c94cdfc55881e2 (patch)
tree7539dbfc71ee1b99cc7f9871dd238008e1000fa3 /tools/Makefile
parent0da699b4064c594485633fb7f2d469c0997b7fc5 (diff)
downloadupstream-2e7d780a24b59d48e770e014b8c94cdfc55881e2.tar.gz
upstream-2e7d780a24b59d48e770e014b8c94cdfc55881e2.tar.bz2
upstream-2e7d780a24b59d48e770e014b8c94cdfc55881e2.zip
tools: prefer gmd5sum if present
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32761 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0ecd2a3dfd..881fdb214d 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))