diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-20 22:17:13 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-20 22:17:13 +0000 |
commit | 83518d18a34a3ddfcaac1739930d8469f5bc2442 (patch) | |
tree | 2af665365a69f2689288cc13bb65efbb59e7d520 /archival/Config.in | |
parent | 0b28103cc774eb1ee62362cf61d52c32d44ec2cf (diff) | |
download | busybox-w32-83518d18a34a3ddfcaac1739930d8469f5bc2442.tar.gz busybox-w32-83518d18a34a3ddfcaac1739930d8469f5bc2442.tar.bz2 busybox-w32-83518d18a34a3ddfcaac1739930d8469f5bc2442.zip |
Compatibility fixes:
grep: support -z
find: support --mindepth
together +45 bytes
cpio: support -p (configurable, +230 bytes)
libbb: tweaks for cpio
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 |