aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 2741982c0..f21509271 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -71,6 +71,7 @@ config CPIO
71config DPKG 71config DPKG
72 bool "dpkg" 72 bool "dpkg"
73 default n 73 default n
74 depends on !MINGW32
74 help 75 help
75 dpkg is a medium-level tool to install, build, remove and manage Debian packages. 76 dpkg is a medium-level tool to install, build, remove and manage Debian packages.
76 77
@@ -130,6 +131,7 @@ config RPM2CPIO
130config RPM 131config RPM
131 bool "rpm" 132 bool "rpm"
132 default n 133 default n
134 depends on !MINGW32
133 help 135 help
134 Mini RPM applet - queries and extracts RPM packages. 136 Mini RPM applet - queries and extracts RPM packages.
135 137