projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c7c718
)
fs/ext2: add option for lz4 compression
author
Peter Korsgaard
<peter@korsgaard.com>
Fri, 13 Oct 2017 19:16:54 +0000
(21:16 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Mon, 8 Jan 2018 22:44:04 +0000
(23:44 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/ext2/Config.in
patch
|
blob
|
history
diff --git
a/fs/ext2/Config.in
b/fs/ext2/Config.in
index 3884b08b76860cfb0210b62a161d73126f7d2772..27ad69fde94556cc486d9e1d3018a7824f1652cd 100644
(file)
--- a/
fs/ext2/Config.in
+++ b/
fs/ext2/Config.in
@@
-108,6
+108,11
@@
config BR2_TARGET_ROOTFS_EXT2_BZIP2
help
Do compress the ext2/3/4 filesystem with bzip2.
+config BR2_TARGET_ROOTFS_EXT2_LZ4
+ bool "lz4"
+ help
+ Do compress the ext2 filesystem with lz4.
+
config BR2_TARGET_ROOTFS_EXT2_LZMA
bool "lzma"
help