Config.in 421 B

1234567891011121314
  1. config BR2_PACKAGE_LIBMICROHTTPD
  2. bool "libmicrohttpd"
  3. help
  4. GNU libmicrohttpd is a small C library that makes it easy to
  5. run an HTTP server as part of another application.
  6. http://www.gnu.org/software/libmicrohttpd/
  7. config BR2_PACKAGE_LIBMICROHTTPD_SSL
  8. bool "https support"
  9. depends on BR2_PACKAGE_LIBMICROHTTPD
  10. select BR2_PACKAGE_LIBGCRYPT
  11. help
  12. Enable HTTPS (SSL) support.