OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9   9  
10 config BUSYBOX_CONFIG_CHATTR 10 config BUSYBOX_CONFIG_CHATTR
11 bool "chattr" 11 bool "chattr"
12 default BUSYBOX_DEFAULT_CHATTR 12 default BUSYBOX_DEFAULT_CHATTR
13 help 13 help
Line 14... Line 14...
14 chattr changes the file attributes on a second extended file system. 14 chattr changes the file attributes on a second extended file system.
15   15  
16 config BUSYBOX_CONFIG_E2FSCK 16 config BUSYBOX_CONFIG_E2FSCK
17 bool "e2fsck" 17 bool "e2fsck"
18 default BUSYBOX_DEFAULT_E2FSCK 18 default BUSYBOX_DEFAULT_E2FSCK
19 help 19 help
20 e2fsck is used to check Linux second extended file systems (ext2fs). 20 e2fsck is used to check Linux second extended file systems (ext2fs).
21 e2fsck also supports ext2 filesystems countaining a journal (ext3). 21 e2fsck also supports ext2 filesystems countaining a journal (ext3).
Line 22... Line 22...
22 The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also 22 The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
23 provided. 23 provided.
24   24  
25 config BUSYBOX_CONFIG_FSCK 25 config BUSYBOX_CONFIG_FSCK
26 bool "fsck" 26 bool "fsck"
27 default BUSYBOX_DEFAULT_FSCK 27 default BUSYBOX_DEFAULT_FSCK
28 help 28 help
Line 29... Line 29...
29 fsck is used to check and optionally repair one or more filesystems. 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 30 In actuality, fsck is simply a front-end for the various file system
31 checkers (fsck.fstype) available under Linux. 31 checkers (fsck.fstype) available under Linux.
32   32  
33 config BUSYBOX_CONFIG_LSATTR 33 config BUSYBOX_CONFIG_LSATTR
Line 34... Line 34...
34 bool "lsattr" 34 bool "lsattr"
35 default BUSYBOX_DEFAULT_LSATTR 35 default BUSYBOX_DEFAULT_LSATTR
36 help 36 help
37 lsattr lists the file attributes on a second extended file system. 37 lsattr lists the file attributes on a second extended file system.
38   38  
39 config BUSYBOX_CONFIG_MKE2FS 39 config BUSYBOX_CONFIG_MKE2FS
Line 40... Line 40...
40 bool "mke2fs" 40 bool "mke2fs"
41 default BUSYBOX_DEFAULT_MKE2FS 41 default BUSYBOX_DEFAULT_MKE2FS
42 help 42 help
43 mke2fs is used to create an ext2/ext3 filesystem. The normal compat 43 mke2fs is used to create an ext2/ext3 filesystem. The normal compat
44 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. 44 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
45   45  
Line 46... Line 46...
46 config BUSYBOX_CONFIG_TUNE2FS 46 config BUSYBOX_CONFIG_TUNE2FS
47 bool "tune2fs" 47 bool "tune2fs"
48 default BUSYBOX_DEFAULT_TUNE2FS 48 default BUSYBOX_DEFAULT_TUNE2FS
49 help 49 help
50 tune2fs allows the system administrator to adjust various tunable 50 tune2fs allows the system administrator to adjust various tunable
51 filesystem parameters on Linux ext2/ext3 filesystems. 51 filesystem parameters on Linux ext2/ext3 filesystems.
52   52  
Line 53... Line 53...
53 config BUSYBOX_CONFIG_E2LABEL 53 config BUSYBOX_CONFIG_E2LABEL
54 bool "e2label" 54 bool "e2label"
55 default BUSYBOX_DEFAULT_E2LABEL 55 default BUSYBOX_DEFAULT_E2LABEL
56 depends on BUSYBOX_CONFIG_TUNE2FS 56 depends on BUSYBOX_CONFIG_TUNE2FS
57 help 57 help
58 e2label will display or change the filesystem label on the ext2 58 e2label will display or change the filesystem label on the ext2
59 filesystem located on device. 59 filesystem located on device.
Line 60... Line 60...
60   60