diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-10-13 21:16:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-08 23:44:04 +0100 |
commit | 09525797542336bbed0cff0ac80c8bcae3e6b287 (patch) | |
tree | 033fac198de61338d46fe684b9a92cfc1abfc0ac | |
parent | 2c7c71825f3ebc26e36ee6c42421bcaa66048eb7 (diff) | |
download | buildroot-09525797542336bbed0cff0ac80c8bcae3e6b287.tar.gz buildroot-09525797542336bbed0cff0ac80c8bcae3e6b287.zip |
fs/ext2: add option for lz4 compression
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | fs/ext2/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index 3884b08b76..27ad69fde9 100644 --- a/fs/ext2/Config.in +++ b/fs/ext2/Config.in @@ -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 |