[Buildroot] [PATCH 4/9] package/systemd: Default yes for timesyncd

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Sat Jul 2 13:59:10 UTC 2016


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>
---
 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 b2f9feb..0e1e85d 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -298,7 +298,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.8.1



More information about the buildroot mailing list