diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Config.src | 3 |
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 |