Config.in 476 B

12345678910111213141516
  1. config 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. https://github.com/zhaojh329/libuhttpd
  12. comment "libuhttpd needs a toolchain w/ gcc >= 4.9"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9