busybox: update to 1.33
[openwrt/staging/mkresin.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 docs/Kconfig-language.txt.
5 #
6
7 menu "Linux Ext2 FS Progs"
8
9 config BUSYBOX_CONFIG_CHATTR
10 bool "chattr (3.8 kb)"
11 default BUSYBOX_DEFAULT_CHATTR
12 help
13 chattr changes the file attributes on a second extended file system.
14 config BUSYBOX_CONFIG_FSCK
15 bool "fsck (7.4 kb)"
16 default BUSYBOX_DEFAULT_FSCK
17 help
18 fsck is used to check and optionally repair one or more filesystems.
19 In actuality, fsck is simply a front-end for the various file system
20 checkers (fsck.fstype) available under Linux.
21 config BUSYBOX_CONFIG_LSATTR
22 bool "lsattr (5.5 kb)"
23 default BUSYBOX_DEFAULT_LSATTR
24 help
25 lsattr lists the file attributes on a second extended file system.
26 config BUSYBOX_CONFIG_TUNE2FS
27 bool "tune2fs (4.4 kb)"
28 default BUSYBOX_DEFAULT_TUNE2FS # off: it is too limited compared to upstream version
29 help
30 tune2fs allows the system administrator to adjust various tunable
31 filesystem parameters on Linux ext2/ext3 filesystems.
32
33 ### config E2FSCK
34 ### bool "e2fsck"
35 ### default y
36 ### help
37 ### e2fsck is used to check Linux second extended file systems (ext2fs).
38 ### e2fsck also supports ext2 filesystems countaining a journal (ext3).
39 ### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
40 ### provided.
41
42 ### config MKE2FS
43 ### bool "mke2fs"
44 ### default y
45 ### help
46 ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
47 ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
48
49 ### config E2LABEL
50 ### bool "e2label"
51 ### default y
52 ### depends on TUNE2FS
53 ### help
54 ### e2label will display or change the filesystem label on the ext2
55 ### filesystem located on device.
56
57 ### NB: this one is now provided by util-linux/volume_id/*
58 ### config FINDFS
59 ### bool "findfs"
60 ### default y
61 ### depends on TUNE2FS
62 ### help
63 ### findfs will search the disks in the system looking for a filesystem
64 ### which has a label matching label or a UUID equal to uuid.
65
66 endmenu