projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2769ed6
)
work around a threading bug in mksquashfs4 by limiting the number of threads to 1
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 6 Aug 2009 12:55:41 +0000
(12:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 6 Aug 2009 12:55:41 +0000
(12:55 +0000)
SVN-Revision: 17146
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 0b2d3e358963ec9aaa818713f807cd51178025df..d8cf93fa2cc9852c8cb5edc4791aae502f942eff 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-29,7
+29,7
@@
endif
ifneq ($(USE_SQUASHFS4),)
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
-SQUASHFS_OPTS := -lzma
+SQUASHFS_OPTS := -lzma
-processors 1
else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endif