diff options
| -rw-r--r-- | include/image.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
