Changes to update Tomato RAF.
[tomato.git] / release / src / router / busybox / e2fsprogs / old_e2fsprogs / Config.src
bloba113378fb4f449c0f911781676f885e4aefa5a80
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Linux Ext2 FS Progs"
8 INSERT
10 config CHATTR
11         bool "chattr"
12         default n
13         help
14           chattr changes the file attributes on a second extended file system.
16 config E2FSCK
17         bool "e2fsck"
18         default n
19         select VOLUMEID
20         help
21           e2fsck is used to check Linux second extended file systems (ext2fs).
22           e2fsck also supports ext2 filesystems countaining a journal (ext3).
23           The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
24           provided.
26 config FSCK
27         bool "fsck"
28         default n
29         help
30           fsck is used to check and optionally repair one or more filesystems.
31           In actuality, fsck is simply a front-end for the various file system
32           checkers (fsck.fstype) available under Linux.
34 config LSATTR
35         bool "lsattr"
36         default n
37         help
38           lsattr lists the file attributes on a second extended file system.
40 config MKE2FS
41         bool "mke2fs"
42         default n
43         select VOLUMEID
44         help
45           mke2fs is used to create an ext2/ext3 filesystem. The normal compat
46           symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
48 config TUNE2FS
49         bool "tune2fs"
50         default n
51         select VOLUMEID
52         help
53           tune2fs allows the system administrator to adjust various tunable
54           filesystem parameters on Linux ext2/ext3 filesystems.
56 config E2LABEL
57         bool "e2label"
58         default n
59         depends on TUNE2FS
60         help
61           e2label will display or change the filesystem label on the ext2
62           filesystem located on device.
64 endmenu