diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-04 12:42:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-04 12:42:11 +0000 |
commit | 71c6fb51113987eb235f9ee10d3fd1479437f34f (patch) | |
tree | f0ebf09aea0489c7a3040e96c90bed08c4ef13ca /sources | |
parent | 18e33c254e32c90dff3fb3b8058882599561abe3 (diff) | |
download | buildroot-novena-71c6fb51113987eb235f9ee10d3fd1479437f34f.tar.gz buildroot-novena-71c6fb51113987eb235f9ee10d3fd1479437f34f.zip |
Update default config
Diffstat (limited to 'sources')
-rw-r--r-- | sources/busybox.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 33b3f4ddc..5e5892339 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -52,8 +52,8 @@ CONFIG_FEATURE_TAR_CREATE=y CONFIG_FEATURE_TAR_BZIP2=y CONFIG_FEATURE_TAR_EXCLUDE=y CONFIG_FEATURE_TAR_GZIP=y -CONFIG_FEATURE_TAR_OLD_FORMAT=y -CONFIG_FEATURE_GNUTAR_LONG_FILENAME=y +# CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY is not set +CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y CONFIG_FEATURE_UNARCHIVE_TAPE=y CONFIG_UNCOMPRESS=y CONFIG_UNZIP=y |