source: MondoRescue/branches/3.3/mindi-busybox/archival/Config.src@ 3803

Last change on this file since 3803 was 3621, checked in by Bruno Cornec, 10 years ago

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

File size: 935 bytes
RevLine 
[2725]1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Archival Utilities"
7
8config FEATURE_SEAMLESS_XZ
9 bool "Make tar, rpm, modprobe etc understand .xz data"
10 default y
11 help
12 Make tar, rpm, modprobe etc understand .xz data.
13
14config FEATURE_SEAMLESS_LZMA
15 bool "Make tar, rpm, modprobe etc understand .lzma data"
16 default y
17 help
18 Make tar, rpm, modprobe etc understand .lzma data.
19
20config FEATURE_SEAMLESS_BZ2
21 bool "Make tar, rpm, modprobe etc understand .bz2 data"
22 default y
23 help
24 Make tar, rpm, modprobe etc understand .bz2 data.
25
26config FEATURE_SEAMLESS_GZ
27 bool "Make tar, rpm, modprobe etc understand .gz data"
28 default y
29 help
30 Make tar, rpm, modprobe etc understand .gz data.
31
32config FEATURE_SEAMLESS_Z
[3232]33 bool "tar, rpm, modprobe etc understand .Z data"
[3621]34 default n # it is ancient
[2725]35 help
[3232]36 Make tar, rpm, modprobe etc understand .Z data.
[2725]37
[3621]38INSERT
[2725]39
40endmenu
Note: See TracBrowser for help on using the repository browser.