fs/common: add support for LZO and XZ compression methods
Add support for LZO and XZ compression methods to cpio, ext2, tar and ubifs filesystem targets. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
5b935275ec
commit
5419651bfa
@@ -79,6 +79,16 @@ config BR2_TARGET_ROOTFS_EXT2_LZMA
|
||||
help
|
||||
Do compress the ext2/3/4 filesystem with lzma.
|
||||
|
||||
config BR2_TARGET_ROOTFS_EXT2_LZO
|
||||
bool "lzo"
|
||||
help
|
||||
Do compress the ext2 filesystem with lzop.
|
||||
|
||||
config BR2_TARGET_ROOTFS_EXT2_XZ
|
||||
bool "xz"
|
||||
help
|
||||
Do compress the ext2 filesystem with xz.
|
||||
|
||||
endchoice
|
||||
|
||||
endif # BR2_TARGET_ROOTFS_EXT2
|
||||
|
||||
Reference in New Issue
Block a user