projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0952579
)
fs/tar: add option for lz4 compression
author
Peter Korsgaard
<peter@korsgaard.com>
Fri, 13 Oct 2017 19:16:55 +0000
(21:16 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Mon, 8 Jan 2018 22:44:08 +0000
(23:44 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/tar/Config.in
patch
|
blob
|
history
diff --git
a/fs/tar/Config.in
b/fs/tar/Config.in
index 63663ecd6fc1bcec4c841c5c539de618ebcca864..2116edf143c10ce24ab7f3856bd2b473bf8ccf4f 100644
(file)
--- a/
fs/tar/Config.in
+++ b/
fs/tar/Config.in
@@
-26,6
+26,11
@@
config BR2_TARGET_ROOTFS_TAR_BZIP2
help
Do compress the tarball with bzip2.
+config BR2_TARGET_ROOTFS_TAR_LZ4
+ bool "lz4"
+ help
+ Do compress the tarball with lz4.
+
config BR2_TARGET_ROOTFS_TAR_LZMA
bool "lzma"
help