mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
This adds choice to compile support for zstd or not. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
if PACKAGE_btrfs-progs
|
|
|
|
config BTRFS_PROGS_ZSTD
|
|
bool "Build with zstd support"
|
|
depends on PACKAGE_libzstd
|
|
default n
|
|
help
|
|
This allows you to manage BTRFS with zstd compression
|
|
|
|
endif
|