aboutsummaryrefslogtreecommitdiff
path: root/configs/mingw32_defconfig
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-06-07 09:05:40 +0100
committerRon Yorston <rmy@pobox.com>2021-06-07 11:31:38 +0100
commit1f33f42d7bcb019b268d938df643a7a785dc19ab (patch)
treee22bbb65d61f787f433026bc3cc21bc51f8a2627 /configs/mingw32_defconfig
parentac0170d5c908343ed3fe6a222bfda2689909b27f (diff)
downloadbusybox-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_defconfig2
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
321CONFIG_FEATURE_STAT_FILESYSTEM=y 321CONFIG_FEATURE_STAT_FILESYSTEM=y
322# CONFIG_STTY is not set 322# CONFIG_STTY is not set
323CONFIG_SUM=y 323CONFIG_SUM=y
324# CONFIG_SYNC is not set 324CONFIG_SYNC=y
325# CONFIG_FEATURE_SYNC_FANCY is not set 325# CONFIG_FEATURE_SYNC_FANCY is not set
326CONFIG_FSYNC=y 326CONFIG_FSYNC=y
327CONFIG_TAC=y 327CONFIG_TAC=y