use the new option for creating squashfs4-lzma images

SVN-Revision: 18269
This commit is contained in:
Imre Kaloz 2009-11-02 09:53:29 +00:00
parent 4364bc210e
commit 5aba9ecbd3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ifneq ($(USE_SQUASHFS3),)
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
SQUASHFS_OPTS := -lzma -processors 1
SQUASHFS_OPTS := -comp lzma -processors 1
endif
JFFS2_BLOCKSIZE ?= 64k 128k