diff options
-rw-r--r-- | archival/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in index 09e40dd49..b00bf2218 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -16,13 +16,14 @@ config CONFIG_AR | |||
16 | The original files' contents, mode (permissions), timestamp, owner, | 16 | The original files' contents, mode (permissions), timestamp, owner, |
17 | and group are preserved in the archive, and can be restored on | 17 | and group are preserved in the archive, and can be restored on |
18 | extraction. | 18 | extraction. |
19 | |||
19 | The stored filename is limited to 15 characters. (for more information | 20 | The stored filename is limited to 15 characters. (for more information |
20 | see long filename support). | 21 | see long filename support). |
21 | ar has 60 bytes of overheads for every stored file. | 22 | ar has 60 bytes of overheads for every stored file. |
22 | 23 | ||
23 | This implementation of ar can extract archives, it cannot create or | 24 | This implementation of ar can extract archives, it cannot create or |
24 | modify them. | 25 | modify them. |
25 | On an x86 system, the ar applet adds about XXX bytes. | 26 | On an x86 system, the ar applet adds about 1K. |
26 | 27 | ||
27 | Unless you have a specific application which requires ar, you should | 28 | Unless you have a specific application which requires ar, you should |
28 | probably say N here. | 29 | probably say N here. |
@@ -48,7 +49,7 @@ config CONFIG_BUNZIP2 | |||
48 | performance of the PPM family of statistical compressors. | 49 | performance of the PPM family of statistical compressors. |
49 | 50 | ||
50 | The BusyBox bunzip2 applet is limited to de-compression only. | 51 | The BusyBox bunzip2 applet is limited to de-compression only. |
51 | On an x86 system, this applet adds about XXX bytes. | 52 | On an x86 system, this applet adds about 11K. |
52 | 53 | ||
53 | Unless you have a specific application which requires bunzip2, you | 54 | Unless you have a specific application which requires bunzip2, you |
54 | should probably say N here. | 55 | should probably say N here. |