2001-10-24 05:00:29 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
mainmenu_option next_comment
|
|
|
|
comment 'Archival Utilities'
|
|
|
|
|
|
|
|
bool 'ar' CONFIG_AR
|
|
|
|
bool 'bunzip2' CONFIG_BUNZIP2
|
|
|
|
bool 'cpio' CONFIG_CPIO
|
|
|
|
bool 'dpkg' CONFIG_DPKG
|
|
|
|
bool 'dpkg_deb' CONFIG_DPKG_DEB
|
|
|
|
bool 'gunzip' CONFIG_GUNZIP
|
|
|
|
bool 'gzip' CONFIG_GZIP
|
|
|
|
bool 'rpm2cpio' CONFIG_RPM2CPIO
|
|
|
|
bool 'tar' CONFIG_TAR
|
2001-10-24 18:51:27 +00:00
|
|
|
if [ "$CONFIG_TAR" = "y" ] ; then
|
2001-11-10 09:53:23 +00:00
|
|
|
bool ' Enable archive creation' CONFIG_FEATURE_TAR_CREATE
|
|
|
|
bool ' Enable -X and --exclude options (exclude files)' CONFIG_FEATURE_TAR_EXCLUDE
|
2002-08-13 05:06:43 +00:00
|
|
|
bool ' Enable -z option' CONFIG_FEATURE_TAR_GZIP
|
|
|
|
bool ' Enable support for old tar header format' CONFIG_FEATURE_TAR_OLD_FORMAT
|
2002-09-15 16:54:49 +00:00
|
|
|
bool ' Enable support for GNU long filenames' CONFIG_FEATURE_GNUTAR_LONG_FILENAME
|
2001-10-24 18:51:27 +00:00
|
|
|
fi
|
2002-04-13 08:43:01 +00:00
|
|
|
if [ "$CONFIG_CPIO" = "y" -o "$CONFIG_TAR" = "y" ] ; then
|
|
|
|
bool ' Enable tape drive support' CONFIG_FEATURE_UNARCHIVE_TAPE
|
|
|
|
fi
|
2002-01-02 13:52:26 +00:00
|
|
|
bool 'unzip' CONFIG_UNZIP
|
2001-10-24 05:00:29 +00:00
|
|
|
endmenu
|