From: Peter Korsgaard Date: Fri, 13 Oct 2017 19:16:53 +0000 (+0200) Subject: fs/cpio: add option for lz4 compression X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c7c71825f3ebc26e36ee6c42421bcaa66048eb7;p=buildroot.git fs/cpio: add option for lz4 compression Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- 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