b6b5bb518d
Fixes: http://autobuild.buildroot.net/results/92d/92d29c3f8ab0686c6de765c108937240a6649d18/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
config BR2_PACKAGE_LIBWEBSOCKETS
|
|
bool "libwebsockets"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
Libwebsockets is a lightweight pure C library built to use
|
|
minimal CPU and memory resources, and provide fast throughput
|
|
in both directions.
|
|
|
|
http://libwebsockets.org/
|