2013-02-06 02:28:59 +01:00
|
|
|
config BR2_PACKAGE_LIBWEBSOCKETS
|
|
|
|
bool "libwebsockets"
|
2014-06-03 22:21:46 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-02-06 02:28:59 +01:00
|
|
|
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/
|