python: fix disabling the SSL module
[buildroot-gz.git] / package / uhttpd / Config.in
blobe463b9305c4068b6b0be7454362f02e87fab7383
1 config BR2_PACKAGE_UHTTPD
2         bool "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
8         help
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
11           HTTP daemon.
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