busybox: update to 1.33
[openwrt/staging/hauke.git] / package / utils / busybox / config / sysklogd / Config.in
index 33a5e8238a488c0d63b95104a4ae194672281ca6..1aa2ea005fdcf20467058413fde463ae2c8c1b0f 100644 (file)
@@ -23,7 +23,6 @@ config BUSYBOX_CONFIG_FEATURE_KLOGD_KLOGCTL
        bool "Use the klogctl() interface"
        default BUSYBOX_DEFAULT_FEATURE_KLOGD_KLOGCTL
        depends on BUSYBOX_CONFIG_KLOGD
-       select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
        The klogd applet supports two interfaces for reading
        kernel messages. Linux provides the klogctl() interface
@@ -116,6 +115,14 @@ config BUSYBOX_CONFIG_FEATURE_SYSLOGD_CFG
        help
        Supports restricted syslogd config. See docs/syslog.conf.txt
 
+config BUSYBOX_CONFIG_FEATURE_SYSLOGD_PRECISE_TIMESTAMPS
+       bool "Include milliseconds in timestamps"
+       default BUSYBOX_DEFAULT_FEATURE_SYSLOGD_PRECISE_TIMESTAMPS
+       depends on BUSYBOX_CONFIG_SYSLOGD
+       help
+       Includes milliseconds (HH:MM:SS.mmm) in timestamp when
+       timestamps are added.
+
 config BUSYBOX_CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE
        int "Read buffer size in bytes"
        default BUSYBOX_DEFAULT_FEATURE_SYSLOGD_READ_BUFFER_SIZE
@@ -153,7 +160,6 @@ config BUSYBOX_CONFIG_FEATURE_KMSG_SYSLOG
        bool "Linux kernel printk buffer support"
        default BUSYBOX_DEFAULT_FEATURE_KMSG_SYSLOG
        depends on BUSYBOX_CONFIG_SYSLOGD
-       select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
        When you enable this feature, the syslogd utility will
        write system log message to the Linux kernel's printk buffer.