diff options
author | Denis Vlasenko | 2009-03-20 22:17:13 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-03-20 22:17:13 +0000 |
commit | 83518d18a34a3ddfcaac1739930d8469f5bc2442 (patch) | |
tree | 2af665365a69f2689288cc13bb65efbb59e7d520 /archival/Config.in | |
parent | 0b28103cc774eb1ee62362cf61d52c32d44ec2cf (diff) | |
download | busybox-83518d18a34a3ddfcaac1739930d8469f5bc2442.zip busybox-83518d18a34a3ddfcaac1739930d8469f5bc2442.tar.gz |
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 0b5cf37..64b44c2 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -110,6 +110,13 @@ config FEATURE_CPIO_O This implementation of cpio can create cpio archives in the "newc" format only. +config FEATURE_CPIO_P + bool "Support for passthrough mode" + default n + depends on FEATURE_CPIO_O + help + Passthrough mode. Rarely used. + config DPKG bool "dpkg" default n |