Rockchip: revert back to use lzo squashfs compression

This commit is contained in:
Jonas Karlman 2019-09-08 18:16:12 +00:00
parent a9f6ca96f4
commit 27dff6bd1d

View File

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