package/systemd: Default yes for timesyncd
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Sat, 2 Jul 2016 13:59:10 +0000 (15:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Jul 2016 14:45:34 +0000 (16:45 +0200)
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/systemd/Config.in

index fcf88533888746cb6af4d6770a7920dd295f22af..8ccd46eeefbaa8d0cc6e4c8e7caa872411bdfb81 100644 (file)
@@ -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.