diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 12:41:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 12:41:59 +0000 |
commit | a80b4a0fa74e7a19881790943d4f58de0411fa58 (patch) | |
tree | 36b8576e2ab3c9794bebb370b9c6323138f3116f /archival/Config.in | |
parent | 9a337801521c9f11cbf6d2e8059f2f133e1afe75 (diff) | |
download | busybox-w32-a80b4a0fa74e7a19881790943d4f58de0411fa58.tar.gz busybox-w32-a80b4a0fa74e7a19881790943d4f58de0411fa58.tar.bz2 busybox-w32-a80b4a0fa74e7a19881790943d4f58de0411fa58.zip |
tar: improve OLDGNU compat, make old SUN compat configurable
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index 661c71ccf..49070da06 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -205,6 +205,15 @@ config FEATURE_TAR_OLDGNU_COMPATIBILITY | |||
205 | the old GNU format; help to kill this old format by | 205 | the old GNU format; help to kill this old format by |
206 | repacking your ancient archives with the new format. | 206 | repacking your ancient archives with the new format. |
207 | 207 | ||
208 | config FEATURE_TAR_OLDSUN_COMPATIBILITY | ||
209 | bool "Enable untarring of tarballs with checksums produced by buggy Sun tar" | ||
210 | default N | ||
211 | depends on TAR | ||
212 | help | ||
213 | This option is required to unpack archives created by some old | ||
214 | version of Sun's tar (it was calculating checksum using signed arithmetic). | ||
215 | It is said to be fixed in newer Sun tar, but "old" tarballs still exist. | ||
216 | |||
208 | config FEATURE_TAR_GNU_EXTENSIONS | 217 | config FEATURE_TAR_GNU_EXTENSIONS |
209 | bool "Enable support for some GNU tar extensions" | 218 | bool "Enable support for some GNU tar extensions" |
210 | default y | 219 | default y |