[Buildroot] [PATCH 30/31] package/systemd: Default yes for timesyncd

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Fri Jul 1 21:51:30 UTC 2016


It seems logical to enable a few options along with systemd when it's
the init system.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
---
 package/systemd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index f91684e..5751918 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -310,6 +310,7 @@ config BR2_PACKAGE_SYSTEMD_TIMEDATED
 
 config BR2_PACKAGE_SYSTEMD_TIMESYNCD
 	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