aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/archival/Config.in b/archival/Config.in
index e7d5debb0..7810c354d 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -47,10 +47,10 @@ config CONFIG_BUNZIP2
47 is generally considerably better than that achieved by more 47 is generally considerably better than that achieved by more
48 conventional LZ77/LZ78-based compressors, and approaches the 48 conventional LZ77/LZ78-based compressors, and approaches the
49 performance of the PPM family of statistical compressors. 49 performance of the PPM family of statistical compressors.
50 50
51 The BusyBox bunzip2 applet is limited to de-compression only. 51 The BusyBox bunzip2 applet is limited to de-compression only.
52 On an x86 system, this applet adds about 11K. 52 On an x86 system, this applet adds about 11K.
53 53
54 Unless you have a specific application which requires bunzip2, you 54 Unless you have a specific application which requires bunzip2, you
55 should probably say N here. 55 should probably say N here.
56 56
@@ -73,7 +73,7 @@ config CONFIG_DPKG
73 default n 73 default n
74 help 74 help
75 dpkg is a medium-level tool to install, build, remove and manage Debian packages. 75 dpkg is a medium-level tool to install, build, remove and manage Debian packages.
76 76
77 This implementation of dpkg has a number of limitations, you should use the 77 This implementation of dpkg has a number of limitations, you should use the
78 official dpkg if possible. 78 official dpkg if possible.
79 79
@@ -82,9 +82,9 @@ config CONFIG_DPKG_DEB
82 default n 82 default n
83 help 83 help
84 dpkg-deb packs, unpacks and provides information about Debian archives. 84 dpkg-deb packs, unpacks and provides information about Debian archives.
85 85
86 This implementation of dpkg-deb cannot pack archives. 86 This implementation of dpkg-deb cannot pack archives.
87 87
88 Unless you have a specific application which requires dpkg-deb, you should 88 Unless you have a specific application which requires dpkg-deb, you should
89 probably say N here. 89 probably say N here.
90 90
@@ -228,10 +228,10 @@ config CONFIG_UNLZMA
228 compression algorithm, and range coding. Compression 228 compression algorithm, and range coding. Compression
229 is generally considerably better than that achieved by the bzip2 229 is generally considerably better than that achieved by the bzip2
230 compressors. 230 compressors.
231 231
232 The BusyBox unlzma applet is limited to de-compression only. 232 The BusyBox unlzma applet is limited to de-compression only.
233 On an x86 system, this applet adds about 4K. 233 On an x86 system, this applet adds about 4K.
234 234
235 Unless you have a specific application which requires unlzma, you 235 Unless you have a specific application which requires unlzma, you
236 should probably say N here. 236 should probably say N here.
237 237
@@ -272,7 +272,7 @@ config CONFIG_FEATURE_DEB_TAR_GZ
272 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 272 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
273 help 273 help
274 This is the default compression method inside the debian ar file. 274 This is the default compression method inside the debian ar file.
275 275
276 If you want compatibility with standard .deb's you should say yes here. 276 If you want compatibility with standard .deb's you should say yes here.
277 277
278config CONFIG_FEATURE_DEB_TAR_BZ2 278config CONFIG_FEATURE_DEB_TAR_BZ2
@@ -282,7 +282,7 @@ config CONFIG_FEATURE_DEB_TAR_BZ2
282 help 282 help
283 This allows dpkg and dpkg-deb to extract deb's that are compressed internally 283 This allows dpkg and dpkg-deb to extract deb's that are compressed internally
284 with bzip2 instead of gzip. 284 with bzip2 instead of gzip.
285 285
286 You only want this if you are creating your own custom debian packages that 286 You only want this if you are creating your own custom debian packages that
287 use an internal control.tar.bz2 or data.tar.bz2. 287 use an internal control.tar.bz2 or data.tar.bz2.
288 288
@@ -293,7 +293,7 @@ config CONFIG_FEATURE_DEB_TAR_LZMA
293 help 293 help
294 This allows dpkg and dpkg-deb to extract deb's that are compressed 294 This allows dpkg and dpkg-deb to extract deb's that are compressed
295 internally with lzma instead of gzip. 295 internally with lzma instead of gzip.
296 296
297 You only want this if you are creating your own custom debian 297 You only want this if you are creating your own custom debian
298 packages that use an internal control.tar.lzma or data.tar.lzma. 298 packages that use an internal control.tar.lzma or data.tar.lzma.
299 299