diff options
Diffstat (limited to '')
-rw-r--r-- | sysklogd/Config.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysklogd/Config.src b/sysklogd/Config.src index d62dc5f5c..b7a494eff 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src | |||
@@ -52,6 +52,13 @@ config FEATURE_SYSLOGD_DUP | |||
52 | Option -D instructs syslogd to drop consecutive messages | 52 | Option -D instructs syslogd to drop consecutive messages |
53 | which are totally the same. | 53 | which are totally the same. |
54 | 54 | ||
55 | config FEATURE_SYSLOGD_CFG | ||
56 | bool "Support syslog.conf" | ||
57 | default y | ||
58 | depends on SYSLOGD | ||
59 | help | ||
60 | Supports restricted syslogd config. See docs/syslog.conf.txt | ||
61 | |||
55 | config FEATURE_SYSLOGD_READ_BUFFER_SIZE | 62 | config FEATURE_SYSLOGD_READ_BUFFER_SIZE |
56 | int "Read buffer size in bytes" | 63 | int "Read buffer size in bytes" |
57 | default 256 | 64 | default 256 |