aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/sysklogd/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-04-03 18:31:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-04-03 18:31:00 +0000
commit7d5d7449e0b146f62a5271032bd9841ed77caac8 (patch)
tree3aa63283513c49915cd320deccc7671cb75fbb4f /package/busybox/config/sysklogd/Config.in
parent127893f1e479a1044033d17dde5cebeeca1c1744 (diff)
downloadmaster-187ad058-7d5d7449e0b146f62a5271032bd9841ed77caac8.tar.gz
master-187ad058-7d5d7449e0b146f62a5271032bd9841ed77caac8.tar.bz2
master-187ad058-7d5d7449e0b146f62a5271032bd9841ed77caac8.zip
[package] update busybox to 1.18.4, patch from Peter Wagner
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/sysklogd/Config.in')
-rw-r--r--package/busybox/config/sysklogd/Config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/busybox/config/sysklogd/Config.in b/package/busybox/config/sysklogd/Config.in
index ea134b546e..c7bac93499 100644
--- a/package/busybox/config/sysklogd/Config.in
+++ b/package/busybox/config/sysklogd/Config.in
@@ -1,3 +1,4 @@
+# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
@@ -5,6 +6,8 @@
menu "System Logging Utilities"
+
+
config BUSYBOX_CONFIG_SYSLOGD
bool "syslogd"
default y
@@ -114,6 +117,22 @@ config BUSYBOX_CONFIG_KLOGD
you wish to record the messages produced by the kernel,
you should enable this option.
+config BUSYBOX_CONFIG_FEATURE_KLOGD_KLOGCTL
+ bool "Use the klogctl() interface"
+ default y
+ depends on BUSYBOX_CONFIG_KLOGD && BUSYBOX_CONFIG_PLATFORM_LINUX
+ help
+ The klogd applet supports two interfaces for reading
+ kernel messages. Linux provides the klogctl() interface
+ which allows reading messages from the kernel ring buffer
+ independently from the file system.
+
+ If you answer 'N' here, klogd will use the more portable
+ approach of reading them from /proc or a device node.
+ However, this method requires the file to be available.
+
+ If in doubt, say 'Y'.
+
config BUSYBOX_CONFIG_LOGGER
bool "logger"
default y