projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4364bc2
)
use the new option for creating squashfs4-lzma images
author
Imre Kaloz
<kaloz@openwrt.org>
Mon, 2 Nov 2009 09:53:29 +0000
(09:53 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Mon, 2 Nov 2009 09:53:29 +0000
(09:53 +0000)
SVN-Revision: 18269
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 237d87c90a584b518cc86aabe9a2a1cce04c5a69..c6d5e26498bcf70eb998afd3c8837bccc3d4b400 100644
(file)
--- 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