Skip to content

Commit

Permalink
generic: use zstd compression by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Leonard <[email protected]>
  • Loading branch information
antonlacon committed May 3, 2019
1 parent a11b1fd commit 4815eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Generic/options
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
PROJECT_CFLAGS=""

# SquashFS compression method (gzip / lzo / xz / zstd)
SQUASHFS_COMPRESSION="gzip"
SQUASHFS_COMPRESSION="zstd"


################################################################################
Expand Down

0 comments on commit 4815eec

Please sign in to comment.