Config.in 548 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBNETCONF2
  2. bool "libnetconf2"
  3. depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libyang
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_USE_MMU
  7. select BR2_PACKAGE_LIBYANG
  8. help
  9. libnetconf2 is a NETCONF library in C intended for building
  10. NETCONF clients and servers.
  11. https://github.com/CESNET/libnetconf2
  12. comment "libnetconf2 needs a toolchain w/ threads, dynamic library"
  13. depends on BR2_USE_MMU
  14. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  15. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS