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 /libbb | |
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 'libbb')
-rw-r--r-- | libbb/Kbuild.src | 2 |
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 | |||
78 | lib-y += uuencode.o | 78 | lib-y += uuencode.o |
79 | lib-y += verror_msg.o | 79 | lib-y += verror_msg.o |
80 | lib-y += vfork_daemon_rexec.o | 80 | lib-y += vfork_daemon_rexec.o |
81 | lib-y += warn_ignoring_args.o | ||
81 | lib-y += wfopen.o | 82 | lib-y += wfopen.o |
82 | lib-y += wfopen_input.o | 83 | lib-y += wfopen_input.o |
83 | lib-y += xatonum.o | 84 | lib-y += xatonum.o |
@@ -112,7 +113,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o | |||
112 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | 113 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o |
113 | lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o | 114 | lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o |
114 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | 115 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o |
115 | lib-$(CONFIG_PLATFORM_POSIX) += warn_ignoring_args.o | ||
116 | lib-$(CONFIG_PLATFORM_POSIX) += write.o | 116 | lib-$(CONFIG_PLATFORM_POSIX) += write.o |
117 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o | 117 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o |
118 | 118 | ||