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

index 3884b08b76860cfb0210b62a161d73126f7d2772..27ad69fde94556cc486d9e1d3018a7824f1652cd 100644 (file)
@@ -108,6 +108,11 @@ config BR2_TARGET_ROOTFS_EXT2_BZIP2
        help
          Do compress the ext2/3/4 filesystem with bzip2.
 
+config BR2_TARGET_ROOTFS_EXT2_LZ4
+       bool "lz4"
+       help
+         Do compress the ext2 filesystem with lz4.
+
 config BR2_TARGET_ROOTFS_EXT2_LZMA
        bool "lzma"
        help