xref: /OK3568_Linux_fs/buildroot/package/open-lldp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPEN_LLDP
2*4882a593Smuzhiyun	bool "open-lldp"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlfcn.h
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBCONFIG
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBNL
7*4882a593Smuzhiyun	select BR2_PACKAGE_READLINE
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  This package contains the Linux user space daemon and
10*4882a593Smuzhiyun	  configuration tool for Intel LLDP Agent with Enhanced Ethernet
11*4882a593Smuzhiyun	  support for the Data Center.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/intel/openlldp/
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "open-lldp needs a toolchain w/ dynamic library, threads"
16*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
17