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