1config BR2_PACKAGE_LIBUHTTPD 2 bool "libuhttpd" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 5 select BR2_PACKAGE_LIBEV 6 select BR2_PACKAGE_WOLFSSL_ALL if BR2_PACKAGE_WOLFSSL && \ 7 !BR2_STATIC_LIBS 8 help 9 A lightweight and fully asynchronous HTTP server 10 library based on libev 11 12 https://github.com/zhaojh329/libuhttpd 13 14comment "libuhttpd needs a toolchain w/ gcc >= 4.9" 15 depends on BR2_USE_MMU 16 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 17