summaryrefslogtreecommitdiff
path: root/package/busybox/config/coreutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-03 09:36:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-03 09:36:36 +0100
commit0c8bd135f0eb8e5e9cb5072d88aefbc52f764cc8 (patch)
tree53024aff7f03fd9173c4d0197306e14de72fe446 /package/busybox/config/coreutils
parentcf8099bef716953dc528e5e42bc93ef719cb41b4 (diff)
add support for no Linux kernel builds, use it for arcturus-ucbf54x
Diffstat (limited to 'package/busybox/config/coreutils')
-rw-r--r--package/busybox/config/coreutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in
index 00d646599..ff7ab88ed 100644
--- a/package/busybox/config/coreutils/Config.in
+++ b/package/busybox/config/coreutils/Config.in
@@ -719,12 +719,12 @@ config BUSYBOX_SUM
checksum and count the blocks in a file
config BUSYBOX_SYNC
bool "sync (3.8 kb)"
- default y
+ default n
help
sync is used to flush filesystem buffers.
config BUSYBOX_FEATURE_SYNC_FANCY
bool "Enable -d and -f flags (requires syncfs(2) in libc)"
- default y
+ default n
depends on BUSYBOX_SYNC
help
sync -d FILE... executes fdatasync() on each FILE.