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