From: eric.le.bihan.dev@free.fr Date: Mon, 13 Jan 2014 15:45:02 +0000 (+0100) Subject: sysvinit: depend on SysV selected as init system. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3124d6a47284e0a70da19241dfe4671b5b2bbbb8;p=buildroot.git sysvinit: depend on SysV selected as init system. 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/sysvinit/Config.in b/package/sysvinit/Config.in index 34ec391c5a..d91c643f82 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