diff options
-rw-r--r-- | package/e2fsprogs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in index 23c4db5329..b3d12b4a63 100644 --- a/package/e2fsprogs/Config.in +++ b/package/e2fsprogs/Config.in @@ -45,6 +45,7 @@ comment "e4defrag needs a glibc or musl toolchain" config BR2_PACKAGE_E2FSPROGS_FSCK bool "fsck" default y + depends on !BR2_PACKAGE_UTIL_LINUX_FSCK help Check and repair a Linux file system. This is a wrapper around the filesystem-specific fsck tools. |