aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-03-13 18:11:31 +0000
committerJohn Crispin <john@openwrt.org>2013-03-13 18:11:31 +0000
commit16b84af05e0447b67cfcc010a3f671985f788f14 (patch)
tree799894945d0b82fb43af6ee1123634c400506bbd /package/busybox/config
parentfce3deddff594be4a9d71f53e5ed6812033c2dd0 (diff)
downloadupstream-16b84af05e0447b67cfcc010a3f671985f788f14.tar.gz
upstream-16b84af05e0447b67cfcc010a3f671985f788f14.tar.bz2
upstream-16b84af05e0447b67cfcc010a3f671985f788f14.zip
make init and logread depend on !PROCD_INIT
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36005
Diffstat (limited to 'package/busybox/config')
-rw-r--r--package/busybox/config/init/Config.in1
-rw-r--r--package/busybox/config/sysklogd/Config.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/config/init/Config.in b/package/busybox/config/init/Config.in
index 61c20140b7..4b3c8dd160 100644
--- a/package/busybox/config/init/Config.in
+++ b/package/busybox/config/init/Config.in
@@ -73,6 +73,7 @@ config BUSYBOX_CONFIG_INIT
bool "init"
default y
select BUSYBOX_CONFIG_FEATURE_SYSLOG
+ depends on !PROCD_INIT
help
init is the first program run when the system boots.
diff --git a/package/busybox/config/sysklogd/Config.in b/package/busybox/config/sysklogd/Config.in
index 20e1aff063..087a5b4e50 100644
--- a/package/busybox/config/sysklogd/Config.in
+++ b/package/busybox/config/sysklogd/Config.in
@@ -96,7 +96,7 @@ config BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE
config BUSYBOX_CONFIG_LOGREAD
bool "logread"
default y
- depends on BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG
+ depends on BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG && !PROCD_INIT
help
If you enabled Circular Buffer support, you almost
certainly want to enable this feature as well. This