aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/Config.src')
-rw-r--r--sysklogd/Config.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysklogd/Config.src b/sysklogd/Config.src
index 1e5987275..d62dc5f5c 100644
--- a/sysklogd/Config.src
+++ b/sysklogd/Config.src
@@ -119,7 +119,8 @@ config KLOGD
119config FEATURE_KLOGD_KLOGCTL 119config FEATURE_KLOGD_KLOGCTL
120 bool "Use the klogctl() interface" 120 bool "Use the klogctl() interface"
121 default y 121 default y
122 depends on KLOGD && PLATFORM_LINUX 122 depends on KLOGD
123 select PLATFORM_LINUX
123 help 124 help
124 The klogd applet supports two interfaces for reading 125 The klogd applet supports two interfaces for reading
125 kernel messages. Linux provides the klogctl() interface 126 kernel messages. Linux provides the klogctl() interface