work around a threading bug in mksquashfs4 by limiting the number of threads to 1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17146 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2009-08-06 12:55:41 +00:00
parent 4dde175349
commit 25a843cb1d
1 changed files with 1 additions and 1 deletions

View File

@ -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