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/archival/Config.src

    r2725 r3232  
    3333
    3434config FEATURE_SEAMLESS_Z
    35     bool "Make tar and gunzip understand .Z data"
    36     default n
    37     help
    38       Make tar and gunzip understand .Z data.
     35    bool "tar, rpm, modprobe etc understand .Z data"
     36    default n
     37    help
     38      Make tar, rpm, modprobe etc understand .Z data.
    3939
    4040config AR
     
    188188      Enable use of long options, increases size by about 106 Bytes
    189189
     190config GZIP_FAST
     191    int "Trade memory for gzip speed (0:small,slow - 2:fast,big)"
     192    default 0
     193    range 0 2
     194    depends on GZIP
     195    help
     196      Enable big memory options for gzip.
     197      0: small buffers, small hash-tables
     198      1: larger buffers, larger hash-tables
     199      2: larger buffers, largest hash-tables
     200      Larger models may give slightly better compression
     201
    190202config LZOP
    191203    bool "lzop"
     
    331343      compressors.
    332344
    333       The BusyBox unlzma applet is limited to de-compression only.
     345      The BusyBox unlzma applet is limited to decompression only.
    334346      On an x86 system, this applet adds about 4K.
    335 
    336       Unless you have a specific application which requires unlzma, you
    337       should probably say N here.
    338347
    339348config FEATURE_LZMA_FAST
    340349    bool "Optimize unlzma for speed"
    341     default y
     350    default n
    342351    depends on UNLZMA
    343352    help
Note: See TracChangeset for help on using the changeset viewer.