diff options
Diffstat (limited to 'fs/ext2/Config.in')
-rw-r--r-- | fs/ext2/Config.in | 10 |
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 |