mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
work around a threading bug in mksquashfs4 by limiting the number of threads to 1
SVN-Revision: 17146
This commit is contained in:
parent
2769ed671f
commit
dcd0e4a672
@ -29,7 +29,7 @@ endif
|
|||||||
|
|
||||||
ifneq ($(USE_SQUASHFS4),)
|
ifneq ($(USE_SQUASHFS4),)
|
||||||
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
|
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
|
||||||
SQUASHFS_OPTS := -lzma
|
SQUASHFS_OPTS := -lzma -processors 1
|
||||||
else
|
else
|
||||||
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
|
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user