From 07c4108af692abdaebea7a0f172722bbc5f6e69c Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Sat, 25 Jul 2009 17:16:00 +0000
Subject: [PATCH] use --binary option of md5sum to improve compatibility with
 other platforms (#5192)

SVN-Revision: 16977
---
 include/image.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/image.mk b/include/image.mk
index 847e01c2d5..0b2d3e3589 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
 
-- 
GitLab