diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-10-13 21:16:53 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-08 23:44:00 +0100 |
commit | 2c7c71825f3ebc26e36ee6c42421bcaa66048eb7 (patch) | |
tree | fb5d1e5ffb572121221159b735ae9bc8c24091d9 | |
parent | 51fa8d8e2892d10981fb4f70e24789aea3b4385c (diff) | |
download | buildroot-2c7c71825f3ebc26e36ee6c42421bcaa66048eb7.tar.gz buildroot-2c7c71825f3ebc26e36ee6c42421bcaa66048eb7.zip |
fs/cpio: 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/cpio/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cpio/Config.in b/fs/cpio/Config.in index 206baca677..679959d222 100644 --- a/fs/cpio/Config.in +++ b/fs/cpio/Config.in @@ -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 |