OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 | select BUSYBOX_CONFIG_PLATFORM_LINUX |
||
25 | help |
||
26 | lsattr lists the file attributes on a second extended file system. |
||
27 | config BUSYBOX_CONFIG_TUNE2FS |
||
28 | bool "tune2fs (4.4 kb)" |
||
29 | default BUSYBOX_DEFAULT_TUNE2FS # off: it is too limited compared to upstream version |
||
30 | help |
||
31 | tune2fs allows the system administrator to adjust various tunable |
||
32 | filesystem parameters on Linux ext2/ext3 filesystems. |
||
33 | |||
34 | ### config E2FSCK |
||
35 | ### bool "e2fsck" |
||
36 | ### default y |
||
37 | ### help |
||
38 | ### e2fsck is used to check Linux second extended file systems (ext2fs). |
||
39 | ### e2fsck also supports ext2 filesystems countaining a journal (ext3). |
||
40 | ### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also |
||
41 | ### provided. |
||
42 | |||
43 | ### config MKE2FS |
||
44 | ### bool "mke2fs" |
||
45 | ### default y |
||
46 | ### help |
||
47 | ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat |
||
48 | ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. |
||
49 | |||
50 | ### config E2LABEL |
||
51 | ### bool "e2label" |
||
52 | ### default y |
||
53 | ### depends on TUNE2FS |
||
54 | ### help |
||
55 | ### e2label will display or change the filesystem label on the ext2 |
||
56 | ### filesystem located on device. |
||
57 | |||
58 | ### NB: this one is now provided by util-linux/volume_id/* |
||
59 | ### config FINDFS |
||
60 | ### bool "findfs" |
||
61 | ### default y |
||
62 | ### depends on TUNE2FS |
||
63 | ### help |
||
64 | ### findfs will search the disks in the system looking for a filesystem |
||
65 | ### which has a label matching label or a UUID equal to uuid. |
||
66 | |||
67 | endmenu |