Config.in 266 B

123456789
  1. config BR2_PACKAGE_LIBWEBSOCKETS
  2. bool "libwebsockets"
  3. select BR2_PACKAGE_ZLIB
  4. help
  5. Libwebsockets is a lightweight pure C library built to use
  6. minimal CPU and memory resources, and provide fast throughput
  7. in both directions.
  8. http://libwebsockets.org/