Patch from David Meggy to make the swap default to the new version if no
[oweals/busybox.git] / archival / Config.in
index f6d3bee2e710c0d29b32ea3faf718397c3f5d9d7..8859bb1376099d18578ae9b520f8961a1f2c4983 100644 (file)
@@ -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