From 4815eece2b886cc57adef83457b4cf73049def1e Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Fri, 3 May 2019 23:49:51 +0000 Subject: [PATCH] generic: use zstd compression by default Signed-off-by: Ian Leonard --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index 7c4e1691fc5..9b6884406e0 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -52,7 +52,7 @@ PROJECT_CFLAGS="" # SquashFS compression method (gzip / lzo / xz / zstd) - SQUASHFS_COMPRESSION="gzip" + SQUASHFS_COMPRESSION="zstd" ################################################################################