mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
c76380dd7c
The zstd (de)compression tool may be used in post-image scripts to compress certain elements of the final image. In order to allow that, make host-zstd selectable in the 'Host utilities' menu, and build the binary in addition to the library. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
config BR2_PACKAGE_HOST_ZSTD
|
|
bool "host zstd"
|
|
help
|
|
Zstandard, or zstd as short version, is a fast lossless
|
|
compression algorithm, targeting real-time compression
|
|
scenarios at zlib-level and better compression ratios
|
|
|
|
https://facebook.github.io/zstd
|