Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 53  config AR Line 53  config AR
53    probably say N here.    probably say N here.
54    
55  config FEATURE_AR_LONG_FILENAMES  config FEATURE_AR_LONG_FILENAMES
56   bool "Support for long filenames (not need for debs)"   bool "Support for long filenames (not needed for debs)"
57   default n   default n
58   depends on AR   depends on AR
59   help   help
60    By default the ar format can only store the first 15 characters of    By default the ar format can only store the first 15 characters
61    the filename, this option removes that limitation.    of the filename, this option removes that limitation.
62    It supports the GNU ar long filename method which moves multiple long    It supports the GNU ar long filename method which moves multiple long
63    filenames into a the data section of a new ar entry.    filenames into a the data section of a new ar entry.
64    
# Line 110  config FEATURE_CPIO_O Line 110  config FEATURE_CPIO_O
110    This implementation of cpio can create cpio archives in the "newc"    This implementation of cpio can create cpio archives in the "newc"
111    format only.    format only.
112    
113    config FEATURE_CPIO_P
114     bool "Support for passthrough mode"
115     default n
116     depends on FEATURE_CPIO_O
117     help
118      Passthrough mode. Rarely used.
119    
120  config DPKG  config DPKG
121   bool "dpkg"   bool "dpkg"
122   default n   default n
# Line 158  config GZIP Line 165  config GZIP
165    gzip is used to compress files.    gzip is used to compress files.
166    It's probably the most widely used UNIX compression program.    It's probably the most widely used UNIX compression program.
167    
168    config FEATURE_GZIP_LONG_OPTIONS
169     bool "Enable long options"
170     default n
171     depends on GZIP && LONG_OPTS
172     help
173      Enable use of long options, increases size by about 106 Bytes
174    
175    config LZOP
176     bool "lzop"
177     default n
178     help
179      Lzop compression/decompresion.
180    
181    config LZOP_COMPR_HIGH
182     bool "lzop complession levels 7,8,9 (not very useful)"
183     default n
184     depends on LZOP
185     help
186      High levels (7,8,9) of lzop compression. These levels
187      are actually slower than gzip at equivalent compression ratios
188      and take up 3.2K of code.
189    
190  config RPM2CPIO  config RPM2CPIO
191   bool "rpm2cpio"   bool "rpm2cpio"
192   default n   default n
# Line 189  config FEATURE_TAR_CREATE Line 218  config FEATURE_TAR_CREATE
218    tar archives using the `-c' option.    tar archives using the `-c' option.
219    
220  config FEATURE_TAR_AUTODETECT  config FEATURE_TAR_AUTODETECT
221   bool "Autodetect gz/bz2 compressed tarballs"   bool "Autodetect compressed tarballs"
222   default n   default n
223   depends on FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA   depends on FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA
224   help   help
225    With this option tar can automatically detect gzip/bzip2 compressed    With this option tar can automatically detect compressed
226    tarballs. Currently it works only on files (not pipes etc).    tarballs. Currently it works only on files (not pipes etc).
227    
228  config FEATURE_TAR_FROM  config FEATURE_TAR_FROM
# Line 234  config FEATURE_TAR_GNU_EXTENSIONS Line 263  config FEATURE_TAR_GNU_EXTENSIONS
263  config FEATURE_TAR_LONG_OPTIONS  config FEATURE_TAR_LONG_OPTIONS
264   bool "Enable long options"   bool "Enable long options"
265   default n   default n
266   depends on TAR && GETOPT_LONG   depends on TAR && LONG_OPTS
267   help   help
268    Enable use of long options, increases size by about 400 Bytes    Enable use of long options, increases size by about 400 Bytes
269    
# Line 247  config FEATURE_TAR_UNAME_GNAME Line 276  config FEATURE_TAR_UNAME_GNAME
276    listings (-t) and preserving permissions when unpacking (-p).    listings (-t) and preserving permissions when unpacking (-p).
277    +200 bytes.    +200 bytes.
278    
279    config FEATURE_TAR_NOPRESERVE_TIME
280     bool "Enable -m (do not preserve time) option"
281     default n
282     depends on TAR
283     help
284      With this option busybox supports GNU tar -m
285      (do not preserve time) option.
286    
287  endif #tar  endif #tar
288    
289  config UNCOMPRESS  config UNCOMPRESS
# Line 276  config FEATURE_LZMA_FAST Line 313  config FEATURE_LZMA_FAST
313   default n   default n
314   depends on UNLZMA   depends on UNLZMA
315   help   help
316    This option reduces decompression time by about 33% at the cost of    This option reduces decompression time by about 25% at the cost of
317    a 2K bigger binary.    a 1K bigger binary.
318    
319  config UNZIP  config UNZIP
320   bool "unzip"   bool "unzip"

Legend:
Removed from v.983  
changed lines
  Added in v.984