update busybox menuconfig for the latest version
[openwrt-10.03/.git] / package / busybox / config / sysklogd / Config.in
index f12069566480b0c67647e18abb9e989598e939a7..12e08d3a93da37c9f3ebd975c359d3b977e8232b 100644 (file)
@@ -89,6 +89,7 @@ config BUSYBOX_CONFIG_KLOGD
        bool "klogd"
        default y
        depends on BUSYBOX_CONFIG_SYSLOGD
+       select BUSYBOX_CONFIG_FEATURE_SYSLOG
        help
          klogd is a utility which intercepts and logs all
          messages from the Linux kernel and sends the messages
@@ -99,6 +100,7 @@ config BUSYBOX_CONFIG_KLOGD
 config BUSYBOX_CONFIG_LOGGER
        bool "logger"
        default y
+       select BUSYBOX_CONFIG_FEATURE_SYSLOG
        help
            The logger utility allows you to send arbitrary text
            messages to the system log (i.e. the 'syslogd' utility) so