X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fb042825f857fb3851d00854ea7da095d26ea417..99645c40052c43f27490df624a06e222bfd50711:/include/image.mk diff --git a/include/image.mk b/include/image.mk index 847e01c2d..d8cf93fa2 100644 --- a/include/image.mk +++ b/include/image.mk @@ -29,7 +29,7 @@ endif ifneq ($(USE_SQUASHFS4),) MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4 -SQUASHFS_OPTS := -lzma +SQUASHFS_OPTS := -lzma -processors 1 else MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma endif @@ -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