[Buildroot] [PATCH 31/31] package/systemd: Default yes for networkd

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Fri Jul 1 21:51:31 UTC 2016


It seems logical to enable a few options along with systemd when it's
the init system.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
---
 package/systemd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 5751918..0d0148e 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -219,6 +219,7 @@ config BR2_PACKAGE_SYSTEMD_MYHOSTNAME
 
 config BR2_PACKAGE_SYSTEMD_NETWORKD
 	bool "enable network manager"
+	default y
 	help
 	  systemd-networkd is a system service that manages networks.
 	  It detects and configures network devices as they appear, as well as
-- 
2.8.1



More information about the buildroot mailing list