diff options
author | Alexander Shishkin | 2010-03-15 15:38:09 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-03-15 15:38:09 +0100 |
commit | 535584c750820dd6c36011697f9ef89fe0a0698c (patch) | |
tree | 6c682a7a6ca7d740529201c759fa4e64d9622797 /archival/Config.in | |
parent | 814da220a5d451c036c9871094253366372676e0 (diff) | |
download | busybox-535584c750820dd6c36011697f9ef89fe0a0698c.zip busybox-535584c750820dd6c36011697f9ef89fe0a0698c.tar.gz |
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 fb79c7b..9e2e88c 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -62,6 +62,13 @@ config FEATURE_AR_LONG_FILENAMES It supports the GNU ar long filename method which moves multiple long filenames into a the data section of a new ar entry. +config FEATURE_AR_CREATE + bool "Support archive creation" + default n + depends on AR + help + This enables archive creation (-c and -r) with busybox ar. + config BUNZIP2 bool "bunzip2" default n |