kumquat-buildroot/package/lksctp-tools/Config.in
Gustavo Zacarias 574a2886ad lksctp-tools: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-03-02 23:21:03 +01:00

17 lines
572 B
Plaintext

config BR2_PACKAGE_LKSCTP_TOOLS
bool "lksctp-tools"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
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/
comment "lksctp-tools needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS