projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3124d6a
)
system: fix kconfig warning about BR2_PACKAGE_SYSVINIT
author
Peter Korsgaard
<peter@korsgaard.com>
Mon, 13 Jan 2014 22:31:20 +0000
(23:31 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 13 Jan 2014 22:31:20 +0000
(23:31 +0100)
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>
system/Config.in
patch
|
blob
|
history
diff --git
a/system/Config.in
b/system/Config.in
index 8288335cef68e586f5856c33b05f923255a9a390..181a0ac12a06056cbe6f0a4fa1eb8d24656b3b2b 100644
(file)
--- 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