From 83cd5731c956ece6c03e64685d2c11e06e5bf4b3 Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Sat, 2 Jul 2016 15:59:10 +0200 Subject: [PATCH] package/systemd: Default yes for timesyncd It seems logical to enable a few options along with systemd when it's the init system. Also change the help as timesyncd is a daemon that implements an SNTP client. Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- package/systemd/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/systemd/Config.in b/package/systemd/Config.in index fcf8853388..8ccd46eeef 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -299,7 +299,8 @@ config BR2_PACKAGE_SYSTEMD_RESOLVED http://www.freedesktop.org/software/systemd/man/systemd-resolved.html config BR2_PACKAGE_SYSTEMD_TIMESYNCD - bool "enable SNTP client" + bool "enable timesync daemon" + default y help systemd-timesyncd is a service that may be used to synchronize the local system clock with a Network Time Protocol server. -- 2.30.2