Signed-off-by: Nguyễn Thái Ngọc Duy <pclo...@gmail.com>
---
 archival/Config.in |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/archival/Config.in b/archival/Config.in
index 3319ae8..32817cf 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -4,7 +4,6 @@
 #
 
 menu "Archival Utilities"
-	depends on !TARGET_WIN32
 
 config FEATURE_SEAMLESS_LZMA
 	bool "Make tar, rpm, modprobe etc understand .lzma data"
@@ -99,6 +98,7 @@ config BZIP2
 config CPIO
 	bool "cpio"
 	default n
+	depends on !TARGET_WIN32
 	help
 	  cpio is an archival utility program used to create, modify, and
 	  extract contents from archives.
@@ -128,6 +128,7 @@ config FEATURE_CPIO_P
 config DPKG
 	bool "dpkg"
 	default n
+	depends !TARGET_WIN32
 	select FEATURE_SEAMLESS_GZ
 	help
 	  dpkg is a medium-level tool to install, build, remove and manage
@@ -183,6 +184,7 @@ config FEATURE_GZIP_LONG_OPTIONS
 config LZOP
 	bool "lzop"
 	default n
+	depends on WIN32_NET
 	help
 	  Lzop compression/decompresion.
 
@@ -198,18 +200,21 @@ config LZOP_COMPR_HIGH
 config RPM2CPIO
 	bool "rpm2cpio"
 	default n
+	depends on WIN32_NET
 	help
 	  Converts an RPM file into a CPIO archive.
 
 config RPM
 	bool "rpm"
 	default n
+	depends on !TARGET_WIN32
 	help
 	  Mini RPM applet - queries and extracts RPM packages.
 
 config TAR
 	bool "tar"
 	default n
+	depends on !TARGET_WIN32
 	help
 	  tar is an archiving program. It's commonly used with gzip to
 	  create compressed archives. It's probably the most widely used
@@ -277,6 +282,7 @@ config FEATURE_TAR_UNAME_GNAME
 	bool "Enable use of user and group names"
 	default n
 	depends on TAR
+	depends on !TARGET_WIN32
 	help
 	  Enables use of user and group names in tar. This affects contents
 	  listings (-t) and preserving permissions when unpacking (-p).
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to