summaryrefslogtreecommitdiffstats
path: root/package/libwebsockets/Config.in
blob: 1d927bb4eaac2da4d099abd5c05b2aa8209255b5 (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_LIBWEBSOCKETS
	bool "libwebsockets"
	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/