commit | 1f064bcfeae428ac996fb338b3c526e7b6c00dc0 | [log] [tgz] |
---|---|---|
author | David Oberhollenzer <goliath@infraroot.at> | Mon Nov 06 11:14:03 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 18:53:09 2023 -0500 |
tree | f8c52aef27a87acefd355c1d98518b47341eca70 | |
parent | d052ac04771dd000dc6a4afc18e86e64a528dff2 [diff] |
fs/squashfs: enable LZ4 compression support The structure is identical to the existing compressor implementations, trivially adding lz4 decompression to sqfs_decompress. The changes were tested using a sandbox build. An LZ4 compressed squashfs image was bound as a host block device. Signed-off-by: David Oberhollenzer <goliath@infraroot.at> Reviewed-by: Joao Marcos Costa <jmcosta944@gmail.com>