diff mbox

[v6,1/5] sysvinit: depend on SysV selected as init system.

Message ID 1389627907-7821-2-git-send-email-eric.le.bihan.dev@free.fr
State Accepted
Headers show

Commit Message

Eric Le Bihan Jan. 13, 2014, 3:45 p.m. UTC
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@free.fr>
---
 package/sysvinit/Config.in |    1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Jan. 13, 2014, 10:35 p.m. UTC | #1
>>>>> "Eric" == Eric Le Bihan <eric.le.bihan.dev@free.fr> writes:

 > 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@free.fr>

Committed, thanks.
diff mbox

Patch

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