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
|
|
|
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>
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2012-05-14 04:29:58 +02:00
|
|
|
help
|
|
|
|
Install binary tools.
|
2012-07-26 19:46:42 +02:00
|
|
|
|
2014-10-21 20:27:36 +02:00
|
|
|
comment "libnl tools needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|
2013-11-02 11:26:26 +01:00
|
|
|
endif
|
2014-07-05 23:08:02 +02:00
|
|
|
|
|
|
|
comment "libnl needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|