OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 # DO NOT EDIT. This file is generated from Config.src 1 # DO NOT EDIT. This file is generated from Config.src
2 # 2 #
3 # For a description of the syntax of this configuration file, 3 # For a description of the syntax of this configuration file,
4 # see docs/Kconfig-language.txt. 4 # see scripts/kbuild/config-language.txt.
5 # 5 #
Line 6... Line 6...
6   6  
Line 7... Line 7...
7 menu "Linux Ext2 FS Progs" 7 menu "Linux Ext2 FS Progs"
8   8  
9 config BUSYBOX_CONFIG_CHATTR 9 config BUSYBOX_CONFIG_CHATTR
10 bool "chattr (3.8 kb)" 10 bool "chattr"
11 default BUSYBOX_DEFAULT_CHATTR 11 default BUSYBOX_DEFAULT_CHATTR
12 help 12 help
13 chattr changes the file attributes on a second extended file system. 13 chattr changes the file attributes on a second extended file system.
14 config BUSYBOX_CONFIG_FSCK 14 config BUSYBOX_CONFIG_FSCK
15 bool "fsck (7.4 kb)" 15 bool "fsck"
16 default BUSYBOX_DEFAULT_FSCK 16 default BUSYBOX_DEFAULT_FSCK
17 help 17 help
18 fsck is used to check and optionally repair one or more filesystems. 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 19 In actuality, fsck is simply a front-end for the various file system
20 checkers (fsck.fstype) available under Linux. 20 checkers (fsck.fstype) available under Linux.
21 config BUSYBOX_CONFIG_LSATTR 21 config BUSYBOX_CONFIG_LSATTR
22 bool "lsattr (5.5 kb)" 22 bool "lsattr"
23 default BUSYBOX_DEFAULT_LSATTR 23 default BUSYBOX_DEFAULT_LSATTR
24 select BUSYBOX_CONFIG_PLATFORM_LINUX 24 select BUSYBOX_CONFIG_PLATFORM_LINUX
25 help 25 help
26 lsattr lists the file attributes on a second extended file system. 26 lsattr lists the file attributes on a second extended file system.
27 config BUSYBOX_CONFIG_TUNE2FS 27 config BUSYBOX_CONFIG_TUNE2FS
28 bool "tune2fs (4.4 kb)" 28 bool "tune2fs"
29 default BUSYBOX_DEFAULT_TUNE2FS # off: it is too limited compared to upstream version 29 default BUSYBOX_DEFAULT_TUNE2FS # off: it is too limited compared to upstream version
30 help 30 help
Line 31... Line 31...
31 tune2fs allows the system administrator to adjust various tunable 31 tune2fs allows the system administrator to adjust various tunable
32 filesystem parameters on Linux ext2/ext3 filesystems. 32 filesystem parameters on Linux ext2/ext3 filesystems.
33   33  
34 ### config E2FSCK 34 ### config E2FSCK