diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-07-17 11:28:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-07-17 11:28:30 +0000 |
commit | ba71c3ac0052c75f3cc9ee499597646f77703ca1 (patch) | |
tree | 245d9602e4bc0c7060cf2218f20a6b1a3163b91d /tools | |
parent | cf9bca8dedb00b41c42a994ae08b91c37d11895c (diff) | |
download | upstream-ba71c3ac0052c75f3cc9ee499597646f77703ca1.tar.gz upstream-ba71c3ac0052c75f3cc9ee499597646f77703ca1.tar.bz2 upstream-ba71c3ac0052c75f3cc9ee499597646f77703ca1.zip |
tools: prefer gmd5sum if present
SVN-Revision: 32761
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
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)) |