aboutsummaryrefslogtreecommitdiff
path: root/libbb
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 /libbb
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 'libbb')
-rw-r--r--libbb/Kbuild.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index d7cbb7ff1..102e360af 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -78,6 +78,7 @@ lib-y += u_signal_names.o
78lib-y += uuencode.o 78lib-y += uuencode.o
79lib-y += verror_msg.o 79lib-y += verror_msg.o
80lib-y += vfork_daemon_rexec.o 80lib-y += vfork_daemon_rexec.o
81lib-y += warn_ignoring_args.o
81lib-y += wfopen.o 82lib-y += wfopen.o
82lib-y += wfopen_input.o 83lib-y += wfopen_input.o
83lib-y += xatonum.o 84lib-y += xatonum.o
@@ -112,7 +113,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o
112lib-$(CONFIG_PLATFORM_POSIX) += signals.o 113lib-$(CONFIG_PLATFORM_POSIX) += signals.o
113lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o 114lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o
114lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o 115lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o
115lib-$(CONFIG_PLATFORM_POSIX) += warn_ignoring_args.o
116lib-$(CONFIG_PLATFORM_POSIX) += write.o 116lib-$(CONFIG_PLATFORM_POSIX) += write.o
117lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o 117lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o
118 118