2009-07-26 21:08:51 +02:00
|
|
|
config BR2_PACKAGE_LIBNL
|
|
|
|
bool "libnl"
|
2012-07-26 19:46:42 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2009-07-26 21:08:51 +02:00
|
|
|
help
|
|
|
|
A library for applications dealing with netlink socket.
|
|
|
|
|
|
|
|
http://people.suug.ch/~tgr/libnl/
|
2012-05-14 04:29:58 +02:00
|
|
|
|
2013-11-02 11:26:26 +01:00
|
|
|
comment "libnl needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBNL
|
|
|
|
|
2012-05-14 04:29:58 +02:00
|
|
|
config BR2_PACKAGE_LIBNL_TOOLS
|
|
|
|
bool "install tools"
|
2013-11-02 11:26:26 +01:00
|
|
|
# uses <dlfcn.h>
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-05-14 04:29:58 +02:00
|
|
|
help
|
|
|
|
Install binary tools.
|
2012-07-26 19:46:42 +02:00
|
|
|
|
2013-11-02 11:26:26 +01:00
|
|
|
comment "libnl tools need a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_PREFER_STATIC_LIB
|
|
|
|
|
|
|
|
endif
|