generic: use zstd compression by default

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2019-05-03 23:49:51 +00:00
parent a11b1fd4cf
commit 4815eece2b

View File

@ -52,7 +52,7 @@
PROJECT_CFLAGS=""
# SquashFS compression method (gzip / lzo / xz / zstd)
SQUASHFS_COMPRESSION="gzip"
SQUASHFS_COMPRESSION="zstd"
################################################################################