2011-06-29 15:46:21 +02:00
|
|
|
config BR2_PACKAGE_RSYSLOG
|
|
|
|
bool "rsyslog"
|
2014-03-12 18:51:09 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_LIBESTR
|
|
|
|
select BR2_PACKAGE_LIBLOGGING
|
|
|
|
select BR2_PACKAGE_JSON_C
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_LARGEFILE # util-linux
|
2014-05-14 21:36:13 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2014-03-12 18:51:09 +01:00
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
2011-06-29 15:46:21 +02:00
|
|
|
help
|
|
|
|
Rsyslog is a powerful and flexible syslog implementation
|
|
|
|
|
|
|
|
http://www.rsyslog.com
|
2014-03-12 18:51:09 +01:00
|
|
|
|
|
|
|
comment "rsyslog needs a toolchain w/ largefile, wchar, threads"
|
2014-05-14 21:36:13 +02:00
|
|
|
depends on BR2_USE_MMU
|
2014-03-12 18:51:09 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR
|