blob: de656ad386ff2494aa6c3b3d0a22ccebfd531cb7 (
plain)
| 1
2
3
4
5
6
7
8
 | config BR2_PACKAGE_LIBMICROHTTPD
	bool "libmicrohttpd"
	select BR2_PACKAGE_LIBGCRYPT
	help
	  GNU libmicrohttpd is a small C library that makes it easy to
	  run an HTTP server as part of another application.
	  http://www.gnu.org/software/libmicrohttpd/
 |