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
config FEATURE_KLOGD_KLOGCTL
bool "Use the klogctl() interface"
default y
- depends on KLOGD && PLATFORM_LINUX
+ depends on KLOGD
+ select PLATFORM_LINUX
help
The klogd applet supports two interfaces for reading
kernel messages. Linux provides the klogctl() interface