diff options
author | John Crispin <blogic@openwrt.org> | 2013-06-21 16:53:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-06-21 16:53:30 +0000 |
commit | c37af8ea6a2c44f789e8a5a871fcf839cfe82609 (patch) | |
tree | 4741494f37b8e5d6f8bdab2a540e97b125930e24 /package/busybox/config | |
parent | 97520d989f65412c27997ed9bad5879880000c89 (diff) | |
download | upstream-c37af8ea6a2c44f789e8a5a871fcf839cfe82609.tar.gz upstream-c37af8ea6a2c44f789e8a5a871fcf839cfe82609.tar.bz2 upstream-c37af8ea6a2c44f789e8a5a871fcf839cfe82609.zip |
busybox: procd is now the init process
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36997 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/init/Config.in | 2 | ||||
-rw-r--r-- | package/busybox/config/sysklogd/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/init/Config.in b/package/busybox/config/init/Config.in index 4b3c8dd160..07d94a2056 100644 --- a/package/busybox/config/init/Config.in +++ b/package/busybox/config/init/Config.in @@ -73,7 +73,7 @@ config BUSYBOX_CONFIG_INIT bool "init" default y select BUSYBOX_CONFIG_FEATURE_SYSLOG - depends on !PROCD_INIT + depends on BROKEN 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 087a5b4e50..f403a684bb 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 && !PROCD_INIT + depends on BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG && BROKEN help If you enabled Circular Buffer support, you almost certainly want to enable this feature as well. This |