Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/coreutils/Config.src

    r2725 r3232  
    270270      This enables the head options (-c, -q, and -v).
    271271
    272 config HOSTID
    273     bool "hostid"
    274     default y
    275     help
    276       hostid prints the numeric identifier (in hexadecimal) for
    277       the current host.
    278 
    279 config ID
    280     bool "id"
    281     default y
    282     help
    283       id displays the current user and group ID names.
    284 
    285272config INSTALL
    286273    bool "install"
     
    296283      Support long options for the install applet.
    297284
    298 config LENGTH
    299     bool "length"
    300     default y
    301     help
    302       length is used to print out the length of a specified string.
     285####config LENGTH
     286####    bool "length"
     287####    default y
     288####    help
     289####      length is used to print out the length of a specified string.
    303290
    304291config LN
     
    527514    help
    528515      Compute and check SHA512 message digest
     516
     517config SHA3SUM
     518    bool "sha3sum"
     519    default y
     520    help
     521      Compute and check SHA3 (512-bit) message digest
    529522
    530523config SLEEP
     
    592585    bool "stat"
    593586    default y
    594     depends on PLATFORM_LINUX # statfs()
     587    select PLATFORM_LINUX # statfs()
    595588    help
    596589      display file or filesystem status.
     
    662655      Enable this option for a faster tee, at expense of size.
    663656
    664 config TOUCH
    665     bool "touch"
    666     default y
    667     help
    668       touch is used to create or change the access and/or
    669       modification timestamp of specified files.
    670 
    671657config TRUE
    672658    bool "true"
     
    738724    help
    739725      Use "unsigned long long" in wc for counter variables.
    740 
    741 config WHO
    742     bool "who"
    743     default y
    744     depends on FEATURE_UTMP
    745     help
    746       who is used to show who is logged on.
    747726
    748727config WHOAMI
     
    794773      Allow df, du, and ls to have human readable output.
    795774
    796 comment "Common options for md5sum, sha1sum, sha256sum, sha512sum"
    797     depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM
     775comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum"
     776    depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM
    798777
    799778config FEATURE_MD5_SHA1_SUM_CHECK
    800779    bool "Enable -c, -s and -w options"
    801780    default y
    802     depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM
     781    depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM
    803782    help
    804783      Enabling the -c options allows files to be checked
Note: See TracChangeset for help on using the changeset viewer.