From bb360f64a4d19376bacc78ec3ca3b9066f157d7f Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 13 Mar 2013 18:11:31 +0000 Subject: [busybox] make init and logread depend on !PROCD_INIT Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36005 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/init/Config.in | 1 + package/busybox/config/sysklogd/Config.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'package/busybox/config') 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 -- cgit v1.2.3