diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-10-26 15:10:26 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-10 21:22:25 +0800 |
commit | da9970806bca7e46d724cf4d042d1533f0202fdb (patch) | |
tree | aa7656d2b502e9515330ac0ab35c8078d0af358d | |
parent | a0fb0c209056a958a5d775cc9efee57875a6234a (diff) | |
download | poky-da9970806bca7e46d724cf4d042d1533f0202fdb.tar.gz |
busybox: enable more options for tar to support more file formats.
Fixes [BUGID #495]
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/recipes-core/busybox/busybox-1.16.2/defconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/defconfig b/meta/recipes-core/busybox/busybox-1.16.2/defconfig index 431da94dd2..87e62445f0 100644 --- a/meta/recipes-core/busybox/busybox-1.16.2/defconfig +++ b/meta/recipes-core/busybox/busybox-1.16.2/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.16.2 | 3 | # Busybox version: 1.16.2 |
4 | # Tue Jul 6 14:52:48 2010 | 4 | # Tue Oct 26 15:07:52 2010 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | 7 | ||
@@ -105,10 +105,10 @@ CONFIG_FEATURE_HWIB=y | |||
105 | # | 105 | # |
106 | # Archival Utilities | 106 | # Archival Utilities |
107 | # | 107 | # |
108 | # CONFIG_FEATURE_SEAMLESS_LZMA is not set | 108 | CONFIG_FEATURE_SEAMLESS_LZMA=y |
109 | # CONFIG_FEATURE_SEAMLESS_BZ2 is not set | 109 | CONFIG_FEATURE_SEAMLESS_BZ2=y |
110 | # CONFIG_FEATURE_SEAMLESS_GZ is not set | 110 | CONFIG_FEATURE_SEAMLESS_GZ=y |
111 | # CONFIG_FEATURE_SEAMLESS_Z is not set | 111 | CONFIG_FEATURE_SEAMLESS_Z=y |
112 | CONFIG_AR=y | 112 | CONFIG_AR=y |
113 | # CONFIG_FEATURE_AR_LONG_FILENAMES is not set | 113 | # CONFIG_FEATURE_AR_LONG_FILENAMES is not set |
114 | CONFIG_BUNZIP2=y | 114 | CONFIG_BUNZIP2=y |
@@ -128,9 +128,9 @@ CONFIG_GZIP=y | |||
128 | # CONFIG_RPM is not set | 128 | # CONFIG_RPM is not set |
129 | CONFIG_TAR=y | 129 | CONFIG_TAR=y |
130 | CONFIG_FEATURE_TAR_CREATE=y | 130 | CONFIG_FEATURE_TAR_CREATE=y |
131 | # CONFIG_FEATURE_TAR_AUTODETECT is not set | 131 | CONFIG_FEATURE_TAR_AUTODETECT=y |
132 | CONFIG_FEATURE_TAR_FROM=y | 132 | CONFIG_FEATURE_TAR_FROM=y |
133 | # CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set | 133 | CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y |
134 | # CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set | 134 | # CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set |
135 | CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y | 135 | CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y |
136 | # CONFIG_FEATURE_TAR_LONG_OPTIONS is not set | 136 | # CONFIG_FEATURE_TAR_LONG_OPTIONS is not set |