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

index 206baca6771d23bdf634ba96071834feb4877619..679959d22283099b684301c38376191969d19029 100644 (file)
@@ -31,6 +31,11 @@ config BR2_TARGET_ROOTFS_CPIO_BZIP2
        help
          Do compress the cpio filesystem with bzip2.
 
+config BR2_TARGET_ROOTFS_CPIO_LZ4
+       bool "lz4"
+       help
+         Do compress the cpio filesystem with lz4.
+
 config BR2_TARGET_ROOTFS_CPIO_LZMA
        bool "lzma"
        help