aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
commite3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch)
tree0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /sysklogd
parentda4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff)
downloadbusybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.bz2
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'sysklogd')
-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