1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-17 06:00:20 +01:00
Files
operating-system/buildroot/package/libwebsockets/Config.in
T
2018-03-17 23:47:00 +00:00

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/