Browse Source
Merge pull request #8585 from Cynerd/btrfs-progs-fix-kconfig
btrfs-progs: drop unnecessary Kconfig dependency
lilik-openwrt-22.03
Josef Schlehofer
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
utils/btrfs-progs/Config.in
|
|
@ -2,7 +2,6 @@ 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 |
|
|
|