1 config BR2_PACKAGE_UHTTPD
3 depends on !BR2_STATIC_LIBS # dlopen()
4 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
5 depends on BR2_USE_MMU # fork()
6 select BR2_PACKAGE_LIBUBOX
7 select BR2_PACKAGE_JSON_C
9 uHTTPd is a tiny single threaded HTTP server with TLS, CGI and Lua
10 support. It is intended as a drop-in replacement for the Busybox
13 https://wiki.openwrt.org/doc/howto/http.uhttpd
15 comment "uhttpd needs a toolchain w/ dynamic library"
16 depends on BR2_TOOLCHAIN_HAS_SYNC_4
17 depends on BR2_USE_MMU
18 depends on BR2_STATIC_LIBS