diff options
author | Ron Yorston <rmy@pobox.com> | 2014-03-12 20:37:04 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-03-12 20:37:04 +0000 |
commit | d41903f522d57fe600b916a6fea1c6a8c3a1b632 (patch) | |
tree | b67e14628501e812dfba979215d157a6c1b761ec /configs | |
parent | 8b4c787a0a655340e4c84b7ba92f0ebbb6a3c526 (diff) | |
download | busybox-w32-d41903f522d57fe600b916a6fea1c6a8c3a1b632.tar.gz busybox-w32-d41903f522d57fe600b916a6fea1c6a8c3a1b632.tar.bz2 busybox-w32-d41903f522d57fe600b916a6fea1c6a8c3a1b632.zip |
patch: fix and enable by default for mingw32
Diffstat (limited to 'configs')
-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 45155ba66..05d69109d 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 | # Wed Mar 12 19:53:20 2014 | 4 | # Wed Mar 12 20:11:13 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 |
@@ -374,7 +374,7 @@ CONFIG_DIFF=y | |||
374 | CONFIG_FEATURE_DIFF_LONG_OPTIONS=y | 374 | CONFIG_FEATURE_DIFF_LONG_OPTIONS=y |
375 | CONFIG_FEATURE_DIFF_DIR=y | 375 | CONFIG_FEATURE_DIFF_DIR=y |
376 | CONFIG_ED=y | 376 | CONFIG_ED=y |
377 | # CONFIG_PATCH is not set | 377 | CONFIG_PATCH=y |
378 | CONFIG_SED=y | 378 | CONFIG_SED=y |
379 | CONFIG_VI=y | 379 | CONFIG_VI=y |
380 | CONFIG_FEATURE_VI_MAX_LEN=4096 | 380 | CONFIG_FEATURE_VI_MAX_LEN=4096 |