mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:46:15 +02:00
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
This commit is contained in:
parent
b03eb103ef
commit
39df09f658
@ -92,7 +92,7 @@ endif
|
|||||||
define Image/Checksum
|
define Image/Checksum
|
||||||
( cd ${BIN_DIR} ; \
|
( cd ${BIN_DIR} ; \
|
||||||
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \
|
$(FIND) -maxdepth 1 -type f \! -name 'md5sums' -printf "%P\n" | xargs \
|
||||||
md5sum > md5sums \
|
md5sum --binary > md5sums \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user