aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 05:29:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-11 05:29:40 +0000
commit6447ac0ef47a99619e0a51ff6bcb4f8c9ea5bdb8 (patch)
treef7bb3bdfb16f8b0927ae91164c2bfa6373c8c0a9 /e2fsprogs/Config.in
parent174808cedbc069d59e8a2cb570d35d9001c1e51b (diff)
downloadbusybox-w32-6447ac0ef47a99619e0a51ff6bcb4f8c9ea5bdb8.tar.gz
busybox-w32-6447ac0ef47a99619e0a51ff6bcb4f8c9ea5bdb8.tar.bz2
busybox-w32-6447ac0ef47a99619e0a51ff6bcb4f8c9ea5bdb8.zip
import initial fat mke2fs
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r--e2fsprogs/Config.in7
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
20config 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
20config CONFIG_TUNE2FS 27config CONFIG_TUNE2FS
21 bool "tune2fs (and e2label/findfs)" 28 bool "tune2fs (and e2label/findfs)"
22 default n 29 default n