Config.in 542 B

12345678910111213141516
  1. config 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. https://github.com/intel/openlldp/
  13. comment "open-lldp needs a toolchain w/ dynamic library, threads"
  14. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS