diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /e2fsprogs/Config.src | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/Config.src')
-rw-r--r-- | e2fsprogs/Config.src | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src index 964d08e4c..e331ee5ef 100644 --- a/e2fsprogs/Config.src +++ b/e2fsprogs/Config.src | |||
@@ -7,13 +7,13 @@ menu "Linux Ext2 FS Progs" | |||
7 | 7 | ||
8 | config CHATTR | 8 | config CHATTR |
9 | bool "chattr" | 9 | bool "chattr" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | chattr changes the file attributes on a second extended file system. | 12 | chattr changes the file attributes on a second extended file system. |
13 | 13 | ||
14 | ### config E2FSCK | 14 | ### config E2FSCK |
15 | ### bool "e2fsck" | 15 | ### bool "e2fsck" |
16 | ### default n | 16 | ### default y |
17 | ### help | 17 | ### help |
18 | ### e2fsck is used to check Linux second extended file systems (ext2fs). | 18 | ### e2fsck is used to check Linux second extended file systems (ext2fs). |
19 | ### e2fsck also supports ext2 filesystems countaining a journal (ext3). | 19 | ### e2fsck also supports ext2 filesystems countaining a journal (ext3). |
@@ -22,7 +22,7 @@ config CHATTR | |||
22 | 22 | ||
23 | config FSCK | 23 | config FSCK |
24 | bool "fsck" | 24 | bool "fsck" |
25 | default n | 25 | default y |
26 | help | 26 | help |
27 | fsck is used to check and optionally repair one or more filesystems. | 27 | fsck is used to check and optionally repair one or more filesystems. |
28 | In actuality, fsck is simply a front-end for the various file system | 28 | In actuality, fsck is simply a front-end for the various file system |
@@ -30,27 +30,27 @@ config FSCK | |||
30 | 30 | ||
31 | config LSATTR | 31 | config LSATTR |
32 | bool "lsattr" | 32 | bool "lsattr" |
33 | default n | 33 | default y |
34 | help | 34 | help |
35 | lsattr lists the file attributes on a second extended file system. | 35 | lsattr lists the file attributes on a second extended file system. |
36 | 36 | ||
37 | ### config MKE2FS | 37 | ### config MKE2FS |
38 | ### bool "mke2fs" | 38 | ### bool "mke2fs" |
39 | ### default n | 39 | ### default y |
40 | ### help | 40 | ### help |
41 | ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat | 41 | ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat |
42 | ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. | 42 | ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. |
43 | 43 | ||
44 | config TUNE2FS | 44 | config TUNE2FS |
45 | bool "tune2fs" | 45 | bool "tune2fs" |
46 | default n | 46 | default y |
47 | help | 47 | help |
48 | tune2fs allows the system administrator to adjust various tunable | 48 | tune2fs allows the system administrator to adjust various tunable |
49 | filesystem parameters on Linux ext2/ext3 filesystems. | 49 | filesystem parameters on Linux ext2/ext3 filesystems. |
50 | 50 | ||
51 | ### config E2LABEL | 51 | ### config E2LABEL |
52 | ### bool "e2label" | 52 | ### bool "e2label" |
53 | ### default n | 53 | ### default y |
54 | ### depends on TUNE2FS | 54 | ### depends on TUNE2FS |
55 | ### help | 55 | ### help |
56 | ### e2label will display or change the filesystem label on the ext2 | 56 | ### e2label will display or change the filesystem label on the ext2 |
@@ -59,7 +59,7 @@ config TUNE2FS | |||
59 | ### NB: this one is now provided by util-linux/volume_id/* | 59 | ### NB: this one is now provided by util-linux/volume_id/* |
60 | ### config FINDFS | 60 | ### config FINDFS |
61 | ### bool "findfs" | 61 | ### bool "findfs" |
62 | ### default n | 62 | ### default y |
63 | ### depends on TUNE2FS | 63 | ### depends on TUNE2FS |
64 | ### help | 64 | ### help |
65 | ### findfs will search the disks in the system looking for a filesystem | 65 | ### findfs will search the disks in the system looking for a filesystem |