diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-10 23:06:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-10 23:06:00 +0000 |
commit | 0381d422d9b40c0cf887d299224c7759875aefd8 (patch) | |
tree | 764583282951c07bb6b611bef2858c5375647094 /archival/Config.in | |
parent | b6052724ffc9d45894147b70e7aff226938bd2d3 (diff) | |
download | busybox-w32-0381d422d9b40c0cf887d299224c7759875aefd8.tar.gz busybox-w32-0381d422d9b40c0cf887d299224c7759875aefd8.tar.bz2 busybox-w32-0381d422d9b40c0cf887d299224c7759875aefd8.zip |
dpkg_deb: slight code shrink
ar: reuse existing ar unpacking code
get_header_tar: handle autodetection for tiny .tar.gz files too
unarchive.h: do not include CONFIGed out things
function old new delta
get_header_tar 1521 1534 +13
dpkg_deb_main 400 380 -20
ar_main 260 196 -64
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/2 up/down: 13/-84) Total: -71 bytes
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/archival/Config.in b/archival/Config.in index 4599b68d4..02daae1a0 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -90,10 +90,11 @@ config DPKG | |||
90 | bool "dpkg" | 90 | bool "dpkg" |
91 | default n | 91 | default n |
92 | help | 92 | help |
93 | dpkg is a medium-level tool to install, build, remove and manage Debian packages. | 93 | dpkg is a medium-level tool to install, build, remove and manage |
94 | Debian packages. | ||
94 | 95 | ||
95 | This implementation of dpkg has a number of limitations, you should use the | 96 | This implementation of dpkg has a number of limitations, |
96 | official dpkg if possible. | 97 | you should use the official dpkg if possible. |
97 | 98 | ||
98 | config DPKG_DEB | 99 | config DPKG_DEB |
99 | bool "dpkg_deb" | 100 | bool "dpkg_deb" |
@@ -103,8 +104,8 @@ config DPKG_DEB | |||
103 | 104 | ||
104 | This implementation of dpkg-deb cannot pack archives. | 105 | This implementation of dpkg-deb cannot pack archives. |
105 | 106 | ||
106 | Unless you have a specific application which requires dpkg-deb, you should | 107 | Unless you have a specific application which requires dpkg-deb, |
107 | probably say N here. | 108 | say N here. |
108 | 109 | ||
109 | config FEATURE_DPKG_DEB_EXTRACT_ONLY | 110 | config FEATURE_DPKG_DEB_EXTRACT_ONLY |
110 | bool "Extract only (-x)" | 111 | bool "Extract only (-x)" |