[Buildroot] [PATCH v4 1/5] sysvinit: depend on SysV selected as init system.

Eric Le Bihan eric.le.bihan.dev at free.fr
Tue Nov 19 15:18:37 UTC 2013


In order to prevent sysvinit and systemd to be selected at the same
time, sysvinit can now only be selected if SysV is chosen as init
system.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev at free.fr>
---
 package/sysvinit/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sysvinit/Config.in b/package/sysvinit/Config.in
index 34ec391..d91c643 100644
--- a/package/sysvinit/Config.in
+++ b/package/sysvinit/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SYSVINIT
 	bool "sysvinit"
+	depends on BR2_INIT_SYSV
 	help
 	  /sbin/init - parent of all processes
 
-- 
1.7.9.5



More information about the buildroot mailing list