fs/tar: add option for lz4 compression
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 13 Oct 2017 19:16:55 +0000 (21:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jan 2018 22:44:08 +0000 (23:44 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/tar/Config.in

index 63663ecd6fc1bcec4c841c5c539de618ebcca864..2116edf143c10ce24ab7f3856bd2b473bf8ccf4f 100644 (file)
@@ -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