summaryrefslogtreecommitdiffstats
path: root/fs/ext2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-22 01:03:43 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-24 22:18:13 +0200
commit5419651bfa38355b2b2015868811197ef18577d0 (patch)
treea5b37dc69ab1e8db71b95c3b4d639bf044736409 /fs/ext2
parent5b935275ec540400b417bd28649e510b4358416a (diff)
downloadbuildroot-novena-5419651bfa38355b2b2015868811197ef18577d0.tar.gz
buildroot-novena-5419651bfa38355b2b2015868811197ef18577d0.zip
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>
Diffstat (limited to 'fs/ext2')
-rw-r--r--fs/ext2/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in
index 097242ef7..e75ef54b3 100644
--- a/fs/ext2/Config.in
+++ b/fs/ext2/Config.in
@@ -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