mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
51fa8d8e28
commit
2c7c71825f
@ -31,6 +31,11 @@ config BR2_TARGET_ROOTFS_CPIO_BZIP2
|
|||||||
help
|
help
|
||||||
Do compress the cpio filesystem with bzip2.
|
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
|
config BR2_TARGET_ROOTFS_CPIO_LZMA
|
||||||
bool "lzma"
|
bool "lzma"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user