X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/39df09f65842dd54aefce12d92e5a4e32d93ffce..854e6d03d478e03b867a797eeedbeba13a22cb58:/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