imx6: use lzo compression for squashfs

This commit is contained in:
Peter Vicman 2016-09-13 18:56:52 +02:00
parent cbe61383d0
commit 7656c14c03

View File

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