system: fix kconfig warning about BR2_PACKAGE_SYSVINIT

Fixes:

warning: (BR2_INIT_SYSV) selects BR2_PACKAGE_SYSVINIT which has unmet direct
dependencies (BR2_PACKAGE_BUSYBOX_SHOW_OTHERS && BR2_INIT_SYSV)

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-01-13 23:31:20 +01:00
parent 3124d6a472
commit cac4fe50a4
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ config BR2_INIT_BUSYBOX
config BR2_INIT_SYSV
bool "systemV"
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # sysvinit
select BR2_PACKAGE_SYSVINIT
config BR2_INIT_SYSTEMD