diff options
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index 0b5cf3750..64b44c218 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -110,6 +110,13 @@ config FEATURE_CPIO_O | |||
110 | This implementation of cpio can create cpio archives in the "newc" | 110 | This implementation of cpio can create cpio archives in the "newc" |
111 | format only. | 111 | format only. |
112 | 112 | ||
113 | config FEATURE_CPIO_P | ||
114 | bool "Support for passthrough mode" | ||
115 | default n | ||
116 | depends on FEATURE_CPIO_O | ||
117 | help | ||
118 | Passthrough mode. Rarely used. | ||
119 | |||
113 | config DPKG | 120 | config DPKG |
114 | bool "dpkg" | 121 | bool "dpkg" |
115 | default n | 122 | default n |