summaryrefslogtreecommitdiff
path: root/package/libmicrohttpd/Config.in
blob: c8cfd5d99e88be55afe305a2484880dcba3379dc (plain)
1
2
3
4
5
6
7
config BR2_PACKAGE_LIBMICROHTTPD
	bool "libmicrohttpd"
	select BR2_PACKAGE_LIBGCRYPT
	default n
	help
	  GNU libmicrohttpd is a small C library that makes it easy to
	  run an HTTP server as part of another application.