X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/39df09f65842dd54aefce12d92e5a4e32d93ffce..749f338dab038e604a1a5bfc775cf698538873e6:/include/image.mk diff --git a/include/image.mk b/include/image.mk index 0b2d3e358..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