diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:31:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:31:00 +0000 |
commit | 03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79 (patch) | |
tree | 138dd3337ab4da580067379a45074ea7e7cf7b11 /package/busybox/config/sysklogd | |
parent | 1bda5f253040898869baba09a04008ef51009cca (diff) | |
download | upstream-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.tar.gz upstream-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.tar.bz2 upstream-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.zip |
update busybox to 1.18.4, patch from Peter Wagner
SVN-Revision: 26455
Diffstat (limited to 'package/busybox/config/sysklogd')
-rw-r--r-- | package/busybox/config/sysklogd/Config.in | 19 |
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 |