2020-04-04 19:04:28 +02:00
|
|
|
config BR2_PACKAGE_LIBUHTTPD
|
|
|
|
bool "libuhttpd"
|
2022-01-31 23:08:41 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2022-02-08 22:06:44 +01:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
2020-04-04 19:04:28 +02:00
|
|
|
select BR2_PACKAGE_LIBEV
|
2022-04-20 10:19:39 +02:00
|
|
|
select BR2_PACKAGE_WOLFSSL_ALL if BR2_PACKAGE_WOLFSSL && \
|
|
|
|
!BR2_STATIC_LIBS
|
2020-04-04 19:04:28 +02:00
|
|
|
help
|
|
|
|
A lightweight and fully asynchronous HTTP server
|
|
|
|
library based on libev
|
|
|
|
|
|
|
|
https://github.com/zhaojh329/libuhttpd
|
2022-02-08 22:06:44 +01:00
|
|
|
|
|
|
|
comment "libuhttpd needs a toolchain w/ gcc >= 4.9"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|