OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
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 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
3 office 14 chattr changes the file attributes on a second extended file system.
1 office 15  
16 config BUSYBOX_CONFIG_E2FSCK
17 bool "e2fsck"
18 default BUSYBOX_DEFAULT_E2FSCK
19 help
3 office 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.
1 office 24  
25 config BUSYBOX_CONFIG_FSCK
26 bool "fsck"
27 default BUSYBOX_DEFAULT_FSCK
28 help
3 office 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.
1 office 32  
33 config BUSYBOX_CONFIG_LSATTR
34 bool "lsattr"
35 default BUSYBOX_DEFAULT_LSATTR
36 help
3 office 37 lsattr lists the file attributes on a second extended file system.
1 office 38  
39 config BUSYBOX_CONFIG_MKE2FS
40 bool "mke2fs"
41 default BUSYBOX_DEFAULT_MKE2FS
42 help
3 office 43 mke2fs is used to create an ext2/ext3 filesystem. The normal compat
44 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
1 office 45  
46 config BUSYBOX_CONFIG_TUNE2FS
47 bool "tune2fs"
48 default BUSYBOX_DEFAULT_TUNE2FS
49 help
3 office 50 tune2fs allows the system administrator to adjust various tunable
51 filesystem parameters on Linux ext2/ext3 filesystems.
1 office 52  
53 config BUSYBOX_CONFIG_E2LABEL
54 bool "e2label"
55 default BUSYBOX_DEFAULT_E2LABEL
56 depends on BUSYBOX_CONFIG_TUNE2FS
57 help
3 office 58 e2label will display or change the filesystem label on the ext2
59 filesystem located on device.
1 office 60  
61 config BUSYBOX_CONFIG_FINDFS
62 bool "findfs"
63 default BUSYBOX_DEFAULT_FINDFS
64 depends on BUSYBOX_CONFIG_TUNE2FS
65 help
3 office 66 findfs will search the disks in the system looking for a filesystem
67 which has a label matching label or a UUID equal to uuid.
1 office 68  
69 endmenu