Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/e2fsprogs/Config.src

    r3232 r3621  
    77
    88INSERT
    9 
    10 config CHATTR
    11     bool "chattr"
    12     default y
    13     help
    14       chattr changes the file attributes on a second extended file system.
    159
    1610### config E2FSCK
     
    2317###   provided.
    2418
    25 config FSCK
    26     bool "fsck"
    27     default y
    28     help
    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.
    32 
    33 config LSATTR
    34     bool "lsattr"
    35     default y
    36     select PLATFORM_LINUX
    37     help
    38       lsattr lists the file attributes on a second extended file system.
    39 
    4019### config MKE2FS
    4120### bool "mke2fs"
     
    4423###   mke2fs is used to create an ext2/ext3 filesystem. The normal compat
    4524###   symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
    46 
    47 config TUNE2FS
    48     bool "tune2fs"
    49     default n  # off: it is too limited compared to upstream version
    50     help
    51       tune2fs allows the system administrator to adjust various tunable
    52       filesystem parameters on Linux ext2/ext3 filesystems.
    5325
    5426### config E2LABEL
Note: See TracChangeset for help on using the changeset viewer.