aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-28 14:41:16 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-28 14:50:56 +1000
commitf12c99c0e44be0587faa2371af386c7f2d9e72f7 (patch)
tree068d2f66a30d7179f0a2c7533739477123b7809e /archival
parentc3a5ad18b81f9794f4d1ecc7a4772c9ef4a2b1bf (diff)
downloadbusybox-w32-f12c99c0e44be0587faa2371af386c7f2d9e72f7.tar.gz
busybox-w32-f12c99c0e44be0587faa2371af386c7f2d9e72f7.tar.bz2
busybox-w32-f12c99c0e44be0587faa2371af386c7f2d9e72f7.zip
Config.in: comment out programs/features that will not get supported anytime soon
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