xref: /OK3568_Linux_fs/buildroot/package/netdata/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_NETDATA
2*4882a593Smuzhiyun	bool "netdata"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libuv
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUV
8*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX
9*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
10*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  Netdata is distributed, real-time, performance and health
13*4882a593Smuzhiyun	  monitoring for systems and applications. It is a highly
14*4882a593Smuzhiyun	  optimized monitoring agent you install on all your systems and
15*4882a593Smuzhiyun	  containers.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://github.com/netdata/netdata
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "netdata needs a toolchain w/ NPTL, dynamic library"
20*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
21*4882a593Smuzhiyun	depends on BR2_USE_MMU
22*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
23