diff options
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index 60c3ed2d5..28450612e 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -78,6 +78,14 @@ config CPIO | |||
78 | Unless you have a specific application which requires cpio, you should | 78 | Unless you have a specific application which requires cpio, you should |
79 | probably say N here. | 79 | probably say N here. |
80 | 80 | ||
81 | config FEATURE_CPIO_O | ||
82 | bool "Support for archive creation" | ||
83 | default n | ||
84 | depends on CPIO | ||
85 | help | ||
86 | This implementation of cpio can create cpio archives in the "newc" | ||
87 | format only. | ||
88 | |||
81 | config DPKG | 89 | config DPKG |
82 | bool "dpkg" | 90 | bool "dpkg" |
83 | default n | 91 | default n |