[Buildroot] [PATCH 08/32] package/systemd: remove networkd depends from timesyncd

Gabe Evans gabe at hashrabbit.co
Thu Feb 25 21:55:17 UTC 2016


systemd-timesyncd can function without systemd-networkd.

Signed-off-by: Gabe Evans <gabe at hashrabbit.co>
---
 package/systemd/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 6edfba1..5d6759d 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.
-- 
1.9.1



More information about the buildroot mailing list