1 config BR2_PACKAGE_LIBNL
3 depends on BR2_TOOLCHAIN_HAS_THREADS
5 A library for applications dealing with netlink socket.
7 https://github.com/thom311/libnl
11 config BR2_PACKAGE_LIBNL_TOOLS
14 depends on !BR2_STATIC_LIBS
18 comment "libnl tools needs a toolchain w/ dynamic library"
19 depends on BR2_STATIC_LIBS
22 comment "libnl needs a toolchain w/ threads"
23 depends on !BR2_TOOLCHAIN_HAS_THREADS