|
@@ -58,12 +58,16 @@ config BR2_PACKAGE_COLLECTD_LOGFILE
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_NOTIFY_EMAIL
|
|
config BR2_PACKAGE_COLLECTD_NOTIFY_EMAIL
|
|
bool "notify_email"
|
|
bool "notify_email"
|
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB # libesmtp
|
|
select BR2_PACKAGE_LIBESMTP
|
|
select BR2_PACKAGE_LIBESMTP
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
help
|
|
Send an E-mail with the notification message to the
|
|
Send an E-mail with the notification message to the
|
|
configured recipients.
|
|
configured recipients.
|
|
|
|
|
|
|
|
+comment "notify_email needs a toolchain w/ dynamic library"
|
|
|
|
+ depends on BR2_PREFER_STATIC_LIB
|
|
|
|
+
|
|
config BR2_PACKAGE_COLLECTD_SYSLOG
|
|
config BR2_PACKAGE_COLLECTD_SYSLOG
|
|
bool "syslog"
|
|
bool "syslog"
|
|
default y
|
|
default y
|