diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-03 15:57:20 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-03 15:57:20 (EDT) |
commit | 1b507580e1544136c7c4b186ffaf8ffdd98968e6 (patch) | |
tree | 6681545f54aec708dbd5a78490134ae1f9b5a857 | |
parent | f9333acb1a71bdcaa3c4072b5d2bf6c36d9280a1 (diff) |
Enable CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY.
The old GNU tar format is identified by a magic number of five NULs at 0x101.
Apparently, archives in this format still exist (e.g. make-3.82.tar.gz).
-rw-r--r-- | busybox.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.config b/busybox.config index 5fbbd69..6f91d84 100644 --- a/busybox.config +++ b/busybox.config @@ -155,7 +155,7 @@ CONFIG_TAR=y CONFIG_FEATURE_TAR_CREATE=y CONFIG_FEATURE_TAR_AUTODETECT=y CONFIG_FEATURE_TAR_FROM=y -# CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set +CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y # CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y CONFIG_FEATURE_TAR_LONG_OPTIONS=y |