From: Felix Fietkau Date: Tue, 17 Jul 2012 11:28:30 +0000 (+0000) Subject: tools: prefer gmd5sum if present X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=ba71c3ac0052c75f3cc9ee499597646f77703ca1 tools: prefer gmd5sum if present SVN-Revision: 32761 --- 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))