15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
menuconfig 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
|
|
|
|
if BR2_PACKAGE_HOST_ZSTD
|
|
config BR2_PACKAGE_HOST_ZSTD_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|