Commit c5388a1c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libmicrohttpd: cleanup Config.in



- 'n' is default, so no need to mention it explicit
- Add homepage URL

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 17168395
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
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.

	  http://www.gnu.org/software/libmicrohttpd/