|
@@ -47,14 +47,9 @@ comment "e2scrub needs bash, coreutils, lvm2, and util-linux"
|
|
config BR2_PACKAGE_E2FSPROGS_E4DEFRAG
|
|
config BR2_PACKAGE_E2FSPROGS_E4DEFRAG
|
|
bool "e4defrag"
|
|
bool "e4defrag"
|
|
depends on !BR2_nios2 # fallocate not implemented
|
|
depends on !BR2_nios2 # fallocate not implemented
|
|
- depends on !BR2_TOOLCHAIN_USES_UCLIBC # sync_file_range not impl
|
|
|
|
help
|
|
help
|
|
Online defragmenter for ext4 filesystem
|
|
Online defragmenter for ext4 filesystem
|
|
|
|
|
|
-comment "e4defrag needs a glibc or musl toolchain"
|
|
|
|
- depends on !BR2_nios2
|
|
|
|
- depends on BR2_TOOLCHAIN_USES_UCLIBC
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_E2FSPROGS_FSCK
|
|
config BR2_PACKAGE_E2FSPROGS_FSCK
|
|
bool "fsck"
|
|
bool "fsck"
|
|
default y
|
|
default y
|