diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2016-07-02 15:59:10 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-02 16:45:34 +0200 |
commit | 83cd5731c956ece6c03e64685d2c11e06e5bf4b3 (patch) | |
tree | 189dad74965ab57ce381f073bf40b30153490a36 | |
parent | 182492c8ad5d5bea951b05eb58753d64b45d8e05 (diff) | |
download | buildroot-83cd5731c956ece6c03e64685d2c11e06e5bf4b3.tar.gz buildroot-83cd5731c956ece6c03e64685d2c11e06e5bf4b3.zip |
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 <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/systemd/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
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. |