diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-05 00:07:46 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-05 00:07:46 +0000 |
commit | 261f237024d9881e110f271fb575728f666b25b4 (patch) | |
tree | c643d8289cc1bf5e98a245d3857d23c4403050d5 /archival/Config.in | |
parent | 7f8f0fafdbe59a2c32894f729955c1ad65e5a4ce (diff) | |
download | busybox-w32-261f237024d9881e110f271fb575728f666b25b4.tar.gz busybox-w32-261f237024d9881e110f271fb575728f666b25b4.tar.bz2 busybox-w32-261f237024d9881e110f271fb575728f666b25b4.zip |
cpio: optional support for writing cpio files in newc format.
by pascal.bellard AT ads-lu.com.
function old new delta
cpio_main 247 1122 +875
cpio_pad4 - 58 +58
gnu_dev_major 66 99 +33
gnu_dev_minor 38 57 +19
packed_usage 23964 23978 +14
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 4/0 up/down: 999/0) Total: 999 bytes
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 |