1*4882a593Smuzhiyunconfig BR2_PACKAGE_RSYSLOG 2*4882a593Smuzhiyun bool "rsyslog" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # modules 6*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_MUSL # GLOB_BRACE 7*4882a593Smuzhiyun # Propagate the exact same dependency from libfastjson, 8*4882a593Smuzhiyun # even though rsyslog already depends on threads for itself: 9*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS 10*4882a593Smuzhiyun depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 11*4882a593Smuzhiyun select BR2_PACKAGE_ZLIB 12*4882a593Smuzhiyun select BR2_PACKAGE_LIBESTR 13*4882a593Smuzhiyun select BR2_PACKAGE_LIBLOGGING 14*4882a593Smuzhiyun select BR2_PACKAGE_LIBFASTJSON 15*4882a593Smuzhiyun help 16*4882a593Smuzhiyun Rsyslog is a powerful and flexible syslog implementation 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun http://www.rsyslog.com 19*4882a593Smuzhiyun 20*4882a593Smuzhiyuncomment "rsyslog needs a uClibc or glibc toolchain w/ threads, dynamic library" 21*4882a593Smuzhiyun depends on BR2_USE_MMU 22*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 23*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \ 24*4882a593Smuzhiyun || BR2_TOOLCHAIN_USES_MUSL 25*4882a593Smuzhiyun depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 26