xref: /OK3568_Linux_fs/buildroot/package/libuhttpd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBUHTTPD
2	bool "libuhttpd"
3	select BR2_PACKAGE_LIBEV
4	select BR2_PACKAGE_WOLFSSL_ALL if BR2_PACKAGE_WOLFSSL
5	help
6	  A lightweight and fully asynchronous HTTP server
7	  library based on libev
8
9	  https://github.com/zhaojh329/libuhttpd
10