diff options
author | Alexander Shishkin <virtuoso@slind.org> | 2010-03-15 15:38:09 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-15 15:38:09 +0100 |
commit | 535584c750820dd6c36011697f9ef89fe0a0698c (patch) | |
tree | 6c682a7a6ca7d740529201c759fa4e64d9622797 /archival/Config.in | |
parent | 814da220a5d451c036c9871094253366372676e0 (diff) | |
download | busybox-w32-535584c750820dd6c36011697f9ef89fe0a0698c.tar.gz busybox-w32-535584c750820dd6c36011697f9ef89fe0a0698c.tar.bz2 busybox-w32-535584c750820dd6c36011697f9ef89fe0a0698c.zip |
ar: add archive creation support
function old new delta
ar_main 184 542 +358
output_ar_header - 166 +166
copy_data - 54 +54
filter_replaceable - 19 +19
get_header_ar 409 414 +5
header_verbose_list_ar 85 88 +3
static.msg_unsupported_err 28 - -28
------------------------------------------------------------------------------
(add/remove: 3/1 grow/shrink: 3/0 up/down: 605/-28) Total: 577 bytes
Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 fb79c7bca..9e2e88c01 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -62,6 +62,13 @@ config FEATURE_AR_LONG_FILENAMES | |||
62 | It supports the GNU ar long filename method which moves multiple long | 62 | It supports the GNU ar long filename method which moves multiple long |
63 | filenames into a the data section of a new ar entry. | 63 | filenames into a the data section of a new ar entry. |
64 | 64 | ||
65 | config FEATURE_AR_CREATE | ||
66 | bool "Support archive creation" | ||
67 | default n | ||
68 | depends on AR | ||
69 | help | ||
70 | This enables archive creation (-c and -r) with busybox ar. | ||
71 | |||
65 | config BUNZIP2 | 72 | config BUNZIP2 |
66 | bool "bunzip2" | 73 | bool "bunzip2" |
67 | default n | 74 | default n |