[BusyBox-cvs] busybox/archival Config.in,1.10,1.11
Glenn McGrath
bug1 at busybox.net
Wed Oct 29 04:46:35 UTC 2003
Update of /var/cvs/busybox/archival
In directory winder:/tmp/cvs-serv16827/archival
Modified Files:
Config.in
Log Message:
make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch
by Arthur Othieno
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/archival/Config.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Config.in 22 Oct 2003 09:58:11 -0000 1.10
+++ Config.in 29 Oct 2003 04:46:30 -0000 1.11
@@ -210,13 +210,6 @@
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 @@
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
More information about the busybox-cvs
mailing list