Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (17 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/e2fsprogs/Config.in

    r821 r1765  
    66menu "Linux Ext2 FS Progs"
    77
    8 config CONFIG_CHATTR
     8config CHATTR
    99    bool "chattr"
    1010    default n
     
    1212      chattr changes the file attributes on a second extended file system.
    1313
    14 config CONFIG_E2FSCK
    15     bool "e2fsck"
    16     default n
    17     help
    18       e2fsck is used to check Linux second extended file systems (ext2fs).
    19       e2fsck also supports ext2 filesystems countaining a journal (ext3).
    20       The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
    21       provided.
     14### config E2FSCK
     15###     bool "e2fsck"
     16###     default n
     17###     help
     18###       e2fsck is used to check Linux second extended file systems (ext2fs).
     19###       e2fsck also supports ext2 filesystems countaining a journal (ext3).
     20###       The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
     21###       provided.
    2222
    23 config CONFIG_FSCK
     23config FSCK
    2424    bool "fsck"
    2525    default n
     
    2929      checkers (fsck.fstype) available under Linux.
    3030
    31 config CONFIG_LSATTR
     31config LSATTR
    3232    bool "lsattr"
    3333    default n
     
    3535      lsattr lists the file attributes on a second extended file system.
    3636
    37 config CONFIG_MKE2FS
    38     bool "mke2fs"
    39     default n
    40     help
    41       mke2fs is used to create an ext2/ext3 filesystem.  The normal compat
    42       symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
     37### config MKE2FS
     38###     bool "mke2fs"
     39###     default n
     40###     help
     41###       mke2fs is used to create an ext2/ext3 filesystem.  The normal compat
     42###       symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
    4343
    44 config CONFIG_TUNE2FS
    45     bool "tune2fs"
    46     default n
    47     help
    48       tune2fs allows the system administrator to adjust various tunable
    49       filesystem parameters on Linux ext2/ext3 filesystems.
     44### config TUNE2FS
     45###     bool "tune2fs"
     46###     default n
     47###     help
     48###       tune2fs allows the system administrator to adjust various tunable
     49###       filesystem parameters on Linux ext2/ext3 filesystems.
    5050
    51 config CONFIG_E2LABEL
    52     bool "e2label"
    53     default n
    54     depends on CONFIG_TUNE2FS
    55     help
    56       e2label will display or change the filesystem label on the ext2
    57       filesystem located on device.
     51### config E2LABEL
     52###     bool "e2label"
     53###     default n
     54###     depends on TUNE2FS
     55###     help
     56###       e2label will display or change the filesystem label on the ext2
     57###       filesystem located on device.
    5858
    59 config CONFIG_FINDFS
    60     bool "findfs"
    61     default n
    62     depends on CONFIG_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.
     59### config FINDFS
     60###     bool "findfs"
     61###     default n
     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.
    6666
    6767endmenu
Note: See TracChangeset for help on using the changeset viewer.