From: Imre Kaloz Date: Mon, 2 Nov 2009 09:53:29 +0000 (+0000) Subject: use the new option for creating squashfs4-lzma images X-Git-Tag: reboot~21991 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5aba9ecbd38048f2445f70e9959a763ec82fe7fa;p=openwrt%2Fopenwrt.git use the new option for creating squashfs4-lzma images SVN-Revision: 18269 --- diff --git a/include/image.mk b/include/image.mk index 237d87c90a..c6d5e26498 100644 --- a/include/image.mk +++ b/include/image.mk @@ -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