Skip to content

Commit

Permalink
enable LZ4 & ZSTD support
Browse files Browse the repository at this point in the history
you would need liblz4-dev & liblz4-dev packages to compile
  • Loading branch information
Marton ILLES committed Feb 23, 2022
1 parent b5939b3 commit db9da1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squashfs-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ LZO_SUPPORT = 1
# To build install and uncomment
# the LZ4_SUPPORT line below.
#
#LZ4_SUPPORT = 1
LZ4_SUPPORT = 1


########### Building ZSTD support ############
Expand All @@ -82,7 +82,7 @@ LZO_SUPPORT = 1
# the ZSTD_SUPPORT line below.
#

#ZSTD_SUPPORT = 1
ZSTD_SUPPORT = 1

#LZMA_XZ_SUPPORT = 1
LZMA_SUPPORT = 1
Expand Down

0 comments on commit db9da1c

Please sign in to comment.