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