[Buildroot] [git commit] package/systemd: Default yes for timesyncd

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 2 14:45:34 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=83cd5731c956ece6c03e64685d2c11e06e5bf4b3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <maxime.hadjinlian at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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 fcf8853..8ccd46e 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.


More information about the buildroot mailing list