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