Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/sysklogd/Config.src

    r2725 r3232  
    5252      Option -D instructs syslogd to drop consecutive messages
    5353      which are totally the same.
     54
     55config 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
    5461
    5562config FEATURE_SYSLOGD_READ_BUFFER_SIZE
     
    107114      contention at some minor memory expense.
    108115
     116config FEATURE_KMSG_SYSLOG
     117    bool "Linux kernel printk buffer support"
     118    default y
     119    depends on SYSLOGD
     120    select PLATFORM_LINUX
     121    help
     122      When you enable this feature, the syslogd utility will
     123      write system log message to the Linux kernel's printk buffer.
     124      This can be used as a smaller alternative to the syslogd IPC
     125      support, as klogd and logread aren't needed.
     126
     127      NOTICE: Syslog facilities in log entries needs kernel 3.5+.
     128
    109129config KLOGD
    110130    bool "klogd"
     
    117137      you should enable this option.
    118138
     139comment "klogd should not be used together with syslog to kernel printk buffer"
     140    depends on KLOGD && FEATURE_KMSG_SYSLOG
     141
    119142config FEATURE_KLOGD_KLOGCTL
    120143    bool "Use the klogctl() interface"
    121144    default y
    122     depends on KLOGD && PLATFORM_LINUX
     145    depends on KLOGD
     146    select PLATFORM_LINUX
    123147    help
    124148      The klogd applet supports two interfaces for reading
Note: See TracChangeset for help on using the changeset viewer.