projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fa8d8
)
fs/cpio: add option for lz4 compression
author
Peter Korsgaard
<peter@korsgaard.com>
Fri, 13 Oct 2017 19:16:53 +0000
(21:16 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Mon, 8 Jan 2018 22:44:00 +0000
(23:44 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/cpio/Config.in
patch
|
blob
|
history
diff --git
a/fs/cpio/Config.in
b/fs/cpio/Config.in
index 206baca6771d23bdf634ba96071834feb4877619..679959d22283099b684301c38376191969d19029 100644
(file)
--- a/
fs/cpio/Config.in
+++ b/
fs/cpio/Config.in
@@
-31,6
+31,11
@@
config BR2_TARGET_ROOTFS_CPIO_BZIP2
help
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
bool "lzma"
help