aboutsummaryrefslogtreecommitdiff
path: root/archival/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'archival/config.in')
-rw-r--r--archival/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/archival/config.in b/archival/config.in
index 099810cc5..183d9d3a1 100644
--- a/archival/config.in
+++ b/archival/config.in
@@ -10,6 +10,12 @@ bool 'ar' CONFIG_AR
10bool 'bunzip2' CONFIG_BUNZIP2 10bool 'bunzip2' CONFIG_BUNZIP2
11bool 'cpio' CONFIG_CPIO 11bool 'cpio' CONFIG_CPIO
12bool 'dpkg' CONFIG_DPKG 12bool 'dpkg' CONFIG_DPKG
13if [ "$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
18fi
13bool 'dpkg_deb' CONFIG_DPKG_DEB 19bool 'dpkg_deb' CONFIG_DPKG_DEB
14bool 'gunzip' CONFIG_GUNZIP 20bool 'gunzip' CONFIG_GUNZIP
15bool 'gzip' CONFIG_GZIP 21bool 'gzip' CONFIG_GZIP