aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-18 22:40:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-18 22:40:23 +0200
commit000eda41c084bae95d9e40a570cbdaa5ffd3d22e (patch)
tree848b2b10ddd0277664e27c777ea36a7f5b317929 /e2fsprogs/Config.src
parentd34f300db6d7a726759f4d820a61f19eacf11288 (diff)
downloadbusybox-w32-000eda41c084bae95d9e40a570cbdaa5ffd3d22e.tar.gz
busybox-w32-000eda41c084bae95d9e40a570cbdaa5ffd3d22e.tar.bz2
busybox-w32-000eda41c084bae95d9e40a570cbdaa5ffd3d22e.zip
e2fsprogs/*: convert to new-style "one file" applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/Config.src')
-rw-r--r--e2fsprogs/Config.src28
1 files changed, 0 insertions, 28 deletions
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src
index 743e1e11f..a20d849e6 100644
--- a/e2fsprogs/Config.src
+++ b/e2fsprogs/Config.src
@@ -7,12 +7,6 @@ menu "Linux Ext2 FS Progs"
7 7
8INSERT 8INSERT
9 9
10config CHATTR
11 bool "chattr"
12 default y
13 help
14 chattr changes the file attributes on a second extended file system.
15
16### config E2FSCK 10### config E2FSCK
17### bool "e2fsck" 11### bool "e2fsck"
18### default y 12### default y
@@ -22,21 +16,6 @@ config CHATTR
22### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also 16### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
23### provided. 17### provided.
24 18
25config FSCK
26 bool "fsck"
27 default y
28 help
29 fsck is used to check and optionally repair one or more filesystems.
30 In actuality, fsck is simply a front-end for the various file system
31 checkers (fsck.fstype) available under Linux.
32
33config LSATTR
34 bool "lsattr"
35 default y
36 select PLATFORM_LINUX
37 help
38 lsattr lists the file attributes on a second extended file system.
39
40### config MKE2FS 19### config MKE2FS
41### bool "mke2fs" 20### bool "mke2fs"
42### default y 21### default y
@@ -44,13 +23,6 @@ config LSATTR
44### mke2fs is used to create an ext2/ext3 filesystem. The normal compat 23### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
45### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. 24### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
46 25
47config TUNE2FS
48 bool "tune2fs"
49 default n # off: it is too limited compared to upstream version
50 help
51 tune2fs allows the system administrator to adjust various tunable
52 filesystem parameters on Linux ext2/ext3 filesystems.
53
54### config E2LABEL 26### config E2LABEL
55### bool "e2label" 27### bool "e2label"
56### default y 28### default y