065bf8a4d6
Fixes http://autobuild.buildroot.net/results/813602e91ad4022957b3bc8d285ddb2b05d3b875/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
config BR2_PACKAGE_LIBNL
|
|
bool "libnl"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
A library for applications dealing with netlink socket.
|
|
|
|
http://people.suug.ch/~tgr/libnl/
|
|
|
|
config BR2_PACKAGE_LIBNL_TOOLS
|
|
bool "install tools"
|
|
depends on BR2_PACKAGE_LIBNL
|
|
help
|
|
Install binary tools.
|
|
|
|
comment "libnl requires a toolchain with thread support"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|