diff options
author | Ron Yorston <rmy@pobox.com> | 2021-06-07 09:05:40 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-06-07 11:31:38 +0100 |
commit | 1f33f42d7bcb019b268d938df643a7a785dc19ab (patch) | |
tree | e22bbb65d61f787f433026bc3cc21bc51f8a2627 /configs/mingw32_defconfig | |
parent | ac0170d5c908343ed3fe6a222bfda2689909b27f (diff) | |
download | busybox-w32-1f33f42d7bcb019b268d938df643a7a785dc19ab.tar.gz busybox-w32-1f33f42d7bcb019b268d938df643a7a785dc19ab.tar.bz2 busybox-w32-1f33f42d7bcb019b268d938df643a7a785dc19ab.zip |
sync: enable in default configuration
Enable the sync applet by default. It doesn't actually do anything
useful but at least it prevents some scripts from failing.
Diffstat (limited to 'configs/mingw32_defconfig')
-rw-r--r-- | configs/mingw32_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 9e410b881..0ea5eaee4 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -321,7 +321,7 @@ CONFIG_FEATURE_STAT_FORMAT=y | |||
321 | CONFIG_FEATURE_STAT_FILESYSTEM=y | 321 | CONFIG_FEATURE_STAT_FILESYSTEM=y |
322 | # CONFIG_STTY is not set | 322 | # CONFIG_STTY is not set |
323 | CONFIG_SUM=y | 323 | CONFIG_SUM=y |
324 | # CONFIG_SYNC is not set | 324 | CONFIG_SYNC=y |
325 | # CONFIG_FEATURE_SYNC_FANCY is not set | 325 | # CONFIG_FEATURE_SYNC_FANCY is not set |
326 | CONFIG_FSYNC=y | 326 | CONFIG_FSYNC=y |
327 | CONFIG_TAC=y | 327 | CONFIG_TAC=y |