rpcd: iwinfo plugin fixes
[openwrt.git] / package / utils / busybox / config / e2fsprogs / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
5 #
6
7 menu "Linux Ext2 FS Progs"
8
9
10 config BUSYBOX_CONFIG_CHATTR
11         bool "chattr"
12         default BUSYBOX_DEFAULT_CHATTR
13         help
14           chattr changes the file attributes on a second extended file system.
15
16 ### config E2FSCK
17 ###     bool "e2fsck"
18 ###     default y
19 ###     help
20 ###       e2fsck is used to check Linux second extended file systems (ext2fs).
21 ###       e2fsck also supports ext2 filesystems countaining a journal (ext3).
22 ###       The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
23 ###       provided.
24
25 config BUSYBOX_CONFIG_FSCK
26         bool "fsck"
27         default BUSYBOX_DEFAULT_FSCK
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
33 config BUSYBOX_CONFIG_LSATTR
34         bool "lsattr"
35         default BUSYBOX_DEFAULT_LSATTR
36         select BUSYBOX_CONFIG_PLATFORM_LINUX
37         help
38           lsattr lists the file attributes on a second extended file system.
39
40 ### config MKE2FS
41 ###     bool "mke2fs"
42 ###     default y
43 ###     help
44 ###       mke2fs is used to create an ext2/ext3 filesystem. The normal compat
45 ###       symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
46
47 config BUSYBOX_CONFIG_TUNE2FS
48         bool "tune2fs"
49         default BUSYBOX_DEFAULT_TUNE2FS  # 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
55 ###     bool "e2label"
56 ###     default y
57 ###     depends on TUNE2FS
58 ###     help
59 ###       e2label will display or change the filesystem label on the ext2
60 ###       filesystem located on device.
61
62 ### NB: this one is now provided by util-linux/volume_id/*
63 ### config FINDFS
64 ###     bool "findfs"
65 ###     default y
66 ###     depends on TUNE2FS
67 ###     help
68 ###       findfs will search the disks in the system looking for a filesystem
69 ###       which has a label matching label or a UUID equal to uuid.
70
71 endmenu