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

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

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

File size: 935 bytes
Line 
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
33 bool "tar, rpm, modprobe etc understand .Z data"
34 default n # it is ancient
35 help
36 Make tar, rpm, modprobe etc understand .Z data.
37
38INSERT
39
40endmenu
Note: See TracBrowser for help on using the repository browser.