2016-03-02 22:07:51 +01:00
|
|
|
config BR2_PACKAGE_LKSCTP_TOOLS
|
|
|
|
bool "lksctp-tools"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-04-12 18:56:15 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
2016-03-02 22:07:51 +01:00
|
|
|
help
|
|
|
|
The lksctp-tools project provides a Linux user space library
|
|
|
|
for SCTP (libsctp) including C language header files
|
|
|
|
(netinet/sctp.h) for accessing SCTP specific application
|
|
|
|
programming interfaces not provided by the standard sockets,
|
|
|
|
and also some helper utilities around SCTP.
|
|
|
|
|
|
|
|
http://lksctp.sourceforge.net/
|
|
|
|
|
2016-04-12 18:56:15 +02:00
|
|
|
comment "lksctp-tools needs a toolchain w/ threads, dynamic library"
|
2016-03-02 22:07:51 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-04-12 18:56:15 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|