From: Peter Korsgaard Date: Fri, 13 Oct 2017 19:16:55 +0000 (+0200) Subject: fs/tar: add option for lz4 compression X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7652635fafbdb18a3a0255c0e62b29870768b75;p=buildroot.git fs/tar: add option for lz4 compression Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- diff --git a/fs/tar/Config.in b/fs/tar/Config.in index 63663ecd6f..2116edf143 100644 --- a/fs/tar/Config.in +++ b/fs/tar/Config.in @@ -26,6 +26,11 @@ config BR2_TARGET_ROOTFS_TAR_BZIP2 help Do compress the tarball with bzip2. +config BR2_TARGET_ROOTFS_TAR_LZ4 + bool "lz4" + help + Do compress the tarball with lz4. + config BR2_TARGET_ROOTFS_TAR_LZMA bool "lzma" help