diff options
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r-- | e2fsprogs/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in index 0ffd51746..c4022bb89 100644 --- a/e2fsprogs/Config.in +++ b/e2fsprogs/Config.in | |||
@@ -17,6 +17,13 @@ config CONFIG_LSATTR | |||
17 | help | 17 | help |
18 | lsattr lists the file attributes on a second extended file system. | 18 | lsattr lists the file attributes on a second extended file system. |
19 | 19 | ||
20 | config CONFIG_MKE2FS | ||
21 | bool "mke2fs" | ||
22 | default n | ||
23 | help | ||
24 | mke2fs is used to create an ext2/ext3 filesystem. The normal compat | ||
25 | symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. | ||
26 | |||
20 | config CONFIG_TUNE2FS | 27 | config CONFIG_TUNE2FS |
21 | bool "tune2fs (and e2label/findfs)" | 28 | bool "tune2fs (and e2label/findfs)" |
22 | default n | 29 | default n |