Modify applets to use libunarchive
[oweals/busybox.git] / archival / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 mainmenu_option next_comment
7 comment 'Archival Utilities'
8
9 bool 'ar'           CONFIG_AR
10 bool 'bunzip2'      CONFIG_BUNZIP2
11 bool 'cpio'         CONFIG_CPIO
12 bool 'dpkg'         CONFIG_DPKG
13 if [ "$CONFIG_DPKG" = "y" ] ; then
14         bool ' list support' CONFIG_FEATURE_DPKG_LIST
15         if [ "$CONFIG_FEATURE_DPKG_LIST" = "y" ] ; then
16                 bool '  short descriptions' CONFIG_FEATURE_DPKG_LIST_DESCRIPTIONS
17         fi
18 fi
19 bool 'dpkg_deb'     CONFIG_DPKG_DEB
20 bool 'gunzip'       CONFIG_GUNZIP
21 bool 'gzip'         CONFIG_GZIP
22 bool 'rpm2cpio'     CONFIG_RPM2CPIO
23 bool 'tar'          CONFIG_TAR
24 if [ "$CONFIG_TAR" = "y" ] ; then
25         bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
26 fi
27 endmenu