Files
openwrt-packages/utils/btrfs-progs/Config.in
Karel Kočí 63bc53b986 btrfs-progs: make zstd optional
This adds choice to compile support for zstd or not.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-04-02 18:11:36 +02:00

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