diff options
author | Ron Yorston <rmy@pobox.com> | 2015-03-23 14:15:55 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-03-23 14:15:55 +0000 |
commit | f2cfa8d515d7c7f594ced5bfe748a5b5773590cb (patch) | |
tree | e2028e4d3eefc4f77d6b02da087d0321c8c29d66 | |
parent | 486a3907f353adeb7f3ced5357db1e604659b785 (diff) | |
download | busybox-w32-f2cfa8d515d7c7f594ced5bfe748a5b5773590cb.tar.gz busybox-w32-f2cfa8d515d7c7f594ced5bfe748a5b5773590cb.tar.bz2 busybox-w32-f2cfa8d515d7c7f594ced5bfe748a5b5773590cb.zip |
Add new truncate applet to mingw32_defconfig
-rw-r--r-- | configs/mingw32_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 5c7b7cf57..b42a1a3cc 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.24.0.git | 3 | # Busybox version: 1.24.0.git |
4 | # Sat Mar 14 21:25:58 2015 | 4 | # Mon Mar 23 13:58:33 2015 |
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 |
@@ -203,6 +203,7 @@ CONFIG_FEATURE_TOUCH_SUSV3=y | |||
203 | CONFIG_TR=y | 203 | CONFIG_TR=y |
204 | CONFIG_FEATURE_TR_CLASSES=y | 204 | CONFIG_FEATURE_TR_CLASSES=y |
205 | CONFIG_FEATURE_TR_EQUIV=y | 205 | CONFIG_FEATURE_TR_EQUIV=y |
206 | CONFIG_TRUNCATE=y | ||
206 | CONFIG_UNLINK=y | 207 | CONFIG_UNLINK=y |
207 | CONFIG_BASE64=y | 208 | CONFIG_BASE64=y |
208 | # CONFIG_WHO is not set | 209 | # CONFIG_WHO is not set |