From: Gabe Evans Date: Thu, 25 Feb 2016 21:55:17 +0000 (+0000) Subject: package/systemd: remove networkd depends from timesyncd X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7afdc7043b097f41bcdee3954e9a32267b8256c;p=buildroot.git package/systemd: remove networkd depends from timesyncd systemd-timesyncd can function without systemd-networkd. Signed-off-by: Gabe Evans Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/systemd/Config.in b/package/systemd/Config.in index ace385a086..89427ccba8 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -98,7 +98,6 @@ config BR2_PACKAGE_SYSTEMD_NETWORKD 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.