diff options
author | Karel Kočí <cynerd@email.cz> | 2019-04-03 22:20:45 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-04-03 22:21:28 +0200 |
commit | 6b168f60d21c26dc5df96efa2d26722a17676ccf (patch) | |
tree | ab9ee25c3f2d10a326064d31ef58eb0f9a51d589 /utils | |
parent | 4502666bae867a651e5772adef34f3a2a5df61cb (diff) |
btrfs-progs: drop unnecessary Kconfig dependency
Signed-off-by: Karel Kočí <cynerd@email.cz>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/btrfs-progs/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/btrfs-progs/Config.in b/utils/btrfs-progs/Config.in index 013bc8cce..88cd86954 100644 --- a/utils/btrfs-progs/Config.in +++ b/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 |