summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-01-13 23:31:20 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-13 23:31:20 +0100
commitcac4fe50a4330f5f08f0484f3dcb82818c609f8b (patch)
tree66a9d6daa4bea3aa2b343c47986dfd1d5ba54510
parent3124d6a47284e0a70da19241dfe4671b5b2bbbb8 (diff)
downloadbuildroot-cac4fe50a4330f5f08f0484f3dcb82818c609f8b.tar.gz
buildroot-cac4fe50a4330f5f08f0484f3dcb82818c609f8b.zip
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>
-rw-r--r--system/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/Config.in b/system/Config.in
index 8288335cef..181a0ac12a 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -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
OpenPOWER on IntegriCloud