]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs/squashfs: enable LZ4 compression support
authorDavid Oberhollenzer <goliath@infraroot.at>
Mon, 6 Nov 2023 10:14:03 +0000 (11:14 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 23:53:09 +0000 (18:53 -0500)
commitfa894a36a9090c53050cf0e9cf186c4521209974
treef8c52aef27a87acefd355c1d98518b47341eca70
parent99374ff189dab2d678449d3dcf3756dccfd2acc2
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>
fs/squashfs/sqfs_decompressor.c