aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-29 04:46:30 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-29 04:46:30 +0000
commit6530f0d3a19857f28f7e1620062a354d82fc6c9c (patch)
tree8b5067ffee21430431dfc622f7c0c55e729ebf9f /archival
parent4636aa9dcd500398344b17208f00d2abb098e260 (diff)
downloadbusybox-6530f0d3a19857f28f7e1620062a354d82fc6c9c.tar.gz
make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch
by Arthur Othieno
Diffstat (limited to 'archival')
-rw-r--r--archival/Config.in17
1 files changed, 10 insertions, 7 deletions
diff --git a/archival/Config.in b/archival/Config.in
index f6d3bee2e..8859bb137 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -210,13 +210,6 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
With this option busybox supports GNU long filenames and
linknames.
-config CONFIG_FEATURE_UNARCHIVE_TAPE
- bool " Enable tape drive support"
- default n
- depends on CONFIG_TAR || CONFIG_CPIO
- help
- I dont think this is needed anymore.
-
config CONFIG_UNCOMPRESS
bool "uncompress"
default n
@@ -234,4 +227,14 @@ config CONFIG_UNZIP
current directory. Use the `-d' option to extract to a
directory of your choice.
+comment "Common options for cpio and tar"
+ depends on CONFIG_CPIO || CONFIG_TAR
+
+config CONFIG_FEATURE_UNARCHIVE_TAPE
+ bool " Enable tape drive support"
+ default n
+ depends on CONFIG_CPIO || CONFIG_TAR
+ help
+ I don't think this is needed anymore.
+
endmenu