mirror of https://github.com/hak5/openwrt-owl.git
parent
4364bc210e
commit
5aba9ecbd3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue