summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox-1.19.3/defconfig
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-01-11 11:06:19 -0800
committerSaul Wold <sgw@linux.intel.com>2012-01-19 01:16:28 -0800
commit0afa9a63a83ee128dac522af70e1f823b7d6a6df (patch)
tree28110bfb38f524271c620232cb11360f509a3ffb /meta/recipes-core/busybox/busybox-1.19.3/defconfig
parentbbf44dddcc473ca085fa5b2dda5f89c22ec31cc0 (diff)
downloadopenembedded-core-0afa9a63a83ee128dac522af70e1f823b7d6a6df.tar.gz
openembedded-core-0afa9a63a83ee128dac522af70e1f823b7d6a6df.tar.bz2
openembedded-core-0afa9a63a83ee128dac522af70e1f823b7d6a6df.tar.xz
openembedded-core-0afa9a63a83ee128dac522af70e1f823b7d6a6df.zip
busybox: enable dropping of duplicates in syslog, off by default
Busybox syslog includes functionality to drop duplicated syslog entries, enable this feature in the defconfig yet disable it by default. Expose configuration of the feature through the syslog-startup.conf file and the syslog init script. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox-1.19.3/defconfig')
-rw-r--r--meta/recipes-core/busybox/busybox-1.19.3/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
index ebd751d74..b474ad408 100644
--- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
@@ -997,7 +997,7 @@ CONFIG_FEATURE_SH_HISTFILESIZE=y
CONFIG_SYSLOGD=y
CONFIG_FEATURE_ROTATE_LOGFILE=y
CONFIG_FEATURE_REMOTE_LOG=y
-# CONFIG_FEATURE_SYSLOGD_DUP is not set
+CONFIG_FEATURE_SYSLOGD_DUP=y
CONFIG_FEATURE_SYSLOGD_CFG=y
CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256
CONFIG_FEATURE_IPC_SYSLOG=y