diff options
Diffstat (limited to 'package/systemd/Config.in')
| -rw-r--r-- | package/systemd/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 25665339d6..ce144155e2 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -93,6 +93,18 @@ config BR2_PACKAGE_SYSTEMD_NETWORKD http://www.freedesktop.org/software/systemd/man/systemd-networkd.html +config BR2_PACKAGE_SYSTEMD_TIMESYNCD + bool "enable SNTP client" + depends on BR2_PACKAGE_SYSTEMD_NETWORKD + help + systemd-timesyncd is a service that may be used to synchronize the + local system clock with a Network Time Protocol Server. + + This simple NTP solution is an alternative to sntp/ntpd from the ntp + package. + + http://www.freedesktop.org/software/systemd/man/systemd-timesyncd.html + config BR2_PACKAGE_SYSTEMD_COMPAT bool "enable compatibility libraries" help |

