diff options
author | Ron Yorston <rmy@pobox.com> | 2014-03-12 19:57:00 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-03-12 19:57:00 +0000 |
commit | 8b4c787a0a655340e4c84b7ba92f0ebbb6a3c526 (patch) | |
tree | 94142b26f6e26859f2f3bafdfb6b0d2a4008d2f5 | |
parent | 005da0c098e47daabd31ddead579a93430c3c6f9 (diff) | |
download | busybox-w32-8b4c787a0a655340e4c84b7ba92f0ebbb6a3c526.tar.gz busybox-w32-8b4c787a0a655340e4c84b7ba92f0ebbb6a3c526.tar.bz2 busybox-w32-8b4c787a0a655340e4c84b7ba92f0ebbb6a3c526.zip |
Enable 'tar -m' in mingw32_defconfig
-rw-r--r-- | configs/mingw32_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index bad3073fe..45155ba66 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_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.23.0.git | 3 | # Busybox version: 1.23.0.git |
4 | # Tue Mar 11 20:48:59 2014 | 4 | # Wed Mar 12 19:53:20 2014 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -172,7 +172,7 @@ CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y | |||
172 | CONFIG_FEATURE_TAR_LONG_OPTIONS=y | 172 | CONFIG_FEATURE_TAR_LONG_OPTIONS=y |
173 | # CONFIG_FEATURE_TAR_TO_COMMAND is not set | 173 | # CONFIG_FEATURE_TAR_TO_COMMAND is not set |
174 | # CONFIG_FEATURE_TAR_UNAME_GNAME is not set | 174 | # CONFIG_FEATURE_TAR_UNAME_GNAME is not set |
175 | # CONFIG_FEATURE_TAR_NOPRESERVE_TIME is not set | 175 | CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y |
176 | # CONFIG_FEATURE_TAR_SELINUX is not set | 176 | # CONFIG_FEATURE_TAR_SELINUX is not set |
177 | CONFIG_UNZIP=y | 177 | CONFIG_UNZIP=y |
178 | 178 | ||