From: kaloz Date: Mon, 2 Nov 2009 09:53:29 +0000 (+0000) Subject: use the new option for creating squashfs4-lzma images X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/d23190405507f9c898228bad75c5c3b1c24ccf52 use the new option for creating squashfs4-lzma images git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18269 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/image.mk b/include/image.mk index 237d87c90..c6d5e2649 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