diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-02 09:53:29 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-02 09:53:29 +0000 |
commit | 5aba9ecbd38048f2445f70e9959a763ec82fe7fa (patch) | |
tree | c5c9e177fb8ef2f0d2a12a7dd6aa997921aaf532 /include | |
parent | 4364bc210ed60457e08984be25def5d3eb4185b3 (diff) | |
download | upstream-5aba9ecbd38048f2445f70e9959a763ec82fe7fa.tar.gz upstream-5aba9ecbd38048f2445f70e9959a763ec82fe7fa.tar.bz2 upstream-5aba9ecbd38048f2445f70e9959a763ec82fe7fa.zip |
use the new option for creating squashfs4-lzma images
SVN-Revision: 18269
Diffstat (limited to 'include')
-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 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 |