diff options
| author | Carlos Santos <casantos@datacom.ind.br> | 2017-04-23 00:49:14 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-04 22:32:06 +0200 |
| commit | 888ea6e557c9f977aa6007026507beaeb9c1a566 (patch) | |
| tree | 6eb7822c06e1e8e96a3bebdf93bebb2b252d41cf | |
| parent | 742d6bf13e5bddc5e30edeb8b8c314f47cf97e4d (diff) | |
| download | buildroot-888ea6e557c9f977aa6007026507beaeb9c1a566.tar.gz buildroot-888ea6e557c9f977aa6007026507beaeb9c1a566.zip | |
e2fsprogs: add help text for all config options
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/e2fsprogs/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in index 676327dc2f..23c4db5329 100644 --- a/package/e2fsprogs/Config.in +++ b/package/e2fsprogs/Config.in @@ -23,14 +23,20 @@ if BR2_PACKAGE_E2FSPROGS config BR2_PACKAGE_E2FSPROGS_DEBUGFS bool "debugfs" + help + ext2/ext3/ext4 file system debugger config BR2_PACKAGE_E2FSPROGS_E2IMAGE bool "e2image" + help + Save critical ext2/ext3/ext4 filesystem metadata to a file config BR2_PACKAGE_E2FSPROGS_E4DEFRAG bool "e4defrag" depends on !BR2_nios2 # fallocate not implemented depends on !BR2_TOOLCHAIN_USES_UCLIBC # sync_file_range not impl + help + Online defragmenter for ext4 filesystem comment "e4defrag needs a glibc or musl toolchain" depends on !BR2_nios2 @@ -39,17 +45,24 @@ comment "e4defrag needs a glibc or musl toolchain" config BR2_PACKAGE_E2FSPROGS_FSCK bool "fsck" default y + help + Check and repair a Linux file system. This is a wrapper around + the filesystem-specific fsck tools. config BR2_PACKAGE_E2FSPROGS_FUSE2FS bool "fuse2fs" depends on !BR2_STATIC_LIBS # libfuse depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse select BR2_PACKAGE_LIBFUSE + help + FUSE file system client for ext2/ext3/ext4 file systems comment "fuse2fs needs a toolchain w/ threads, dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS config BR2_PACKAGE_E2FSPROGS_RESIZE2FS bool "resize2fs" + help + ext2/ext3/ext4 file system resizer endif |

