aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-29 04:46:30 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-29 04:46:30 +0000
commit3e2ad971fe7e85751f2dc4266532619d8e91afce (patch)
tree8b5067ffee21430431dfc622f7c0c55e729ebf9f /archival/Config.in
parentfe4ec2ed5c02d5ae9ba9e19b5000d5fd965aadeb (diff)
downloadbusybox-w32-3e2ad971fe7e85751f2dc4266532619d8e91afce.tar.gz
busybox-w32-3e2ad971fe7e85751f2dc4266532619d8e91afce.tar.bz2
busybox-w32-3e2ad971fe7e85751f2dc4266532619d8e91afce.zip
make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch
by Arthur Othieno git-svn-id: svn://busybox.net/trunk/busybox@7721 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival/Config.in')
-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
210 With this option busybox supports GNU long filenames and 210 With this option busybox supports GNU long filenames and
211 linknames. 211 linknames.
212 212
213config CONFIG_FEATURE_UNARCHIVE_TAPE
214 bool " Enable tape drive support"
215 default n
216 depends on CONFIG_TAR || CONFIG_CPIO
217 help
218 I dont think this is needed anymore.
219
220config CONFIG_UNCOMPRESS 213config CONFIG_UNCOMPRESS
221 bool "uncompress" 214 bool "uncompress"
222 default n 215 default n
@@ -234,4 +227,14 @@ config CONFIG_UNZIP
234 current directory. Use the `-d' option to extract to a 227 current directory. Use the `-d' option to extract to a
235 directory of your choice. 228 directory of your choice.
236 229
230comment "Common options for cpio and tar"
231 depends on CONFIG_CPIO || CONFIG_TAR
232
233config CONFIG_FEATURE_UNARCHIVE_TAPE
234 bool " Enable tape drive support"
235 default n
236 depends on CONFIG_CPIO || CONFIG_TAR
237 help
238 I don't think this is needed anymore.
239
237endmenu 240endmenu