From 39df09f65842dd54aefce12d92e5a4e32d93ffce Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 25 Jul 2009 17:16:00 +0000 Subject: use --binary option of md5sum to improve compatibility with other platforms (#5192) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16977 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/image.mk') diff --git a/include/image.mk b/include/image.mk index 847e01c2d..0b2d3e358 100644 --- a/include/image.mk +++ b/include/image.mk @@ -92,7 +92,7 @@ endif define Image/Checksum ( cd ${BIN_DIR} ; \ $(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \ - md5sum > md5sums \ + md5sum --binary > md5sums \ ) endef -- cgit v1.2.3