diff options
| author | eric.le.bihan.dev@free.fr <eric.le.bihan.dev@free.fr> | 2014-01-13 16:45:02 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-13 23:27:24 +0100 |
| commit | 3124d6a47284e0a70da19241dfe4671b5b2bbbb8 (patch) | |
| tree | 4afb261f6e2a1e45e765ca608be48649815ca6ad /package/sysvinit | |
| parent | 90348425a5d59fe89cf980e55ae67461a41d8d11 (diff) | |
| download | buildroot-3124d6a47284e0a70da19241dfe4671b5b2bbbb8.tar.gz buildroot-3124d6a47284e0a70da19241dfe4671b5b2bbbb8.zip | |
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 <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sysvinit')
| -rw-r--r-- | package/sysvinit/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

