mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
2e751df23a
Add package to provide Zstandard compression tools (see https://facebook.github.io/zstd) Minimal config snippet for utils/test-pkg is as follows: BR2_PACKAGE_ZSTD=y Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: - use "config" instead of "menuconfig" in Config.in - add missing final newline in Config.in - pass DESTDIR=$(TARGET_DIR) only at install time - wrap too long lines in the .mk file - remove useless empty newline at end of .hash file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
config BR2_PACKAGE_ZSTD
|
|
bool "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
|
|
|
|
The selection of other packages will enable some features:
|
|
xz, lz4 and/or zlib will enable support for corresponding
|
|
compression formats
|
|
|
|
https://facebook.github.io/zstd
|