dde8a76100
Signed-off-by: Rahul Bedarkar <Rahul.Bedarkar@imgtec.com> Signed-off-by: Neha Bairathi <Neha.Bairathi@imgtec.com> Signed-off-by: Abhishek Singh <Abhishek.Singh@imgtec.com> Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com> [Thomas: remove luajit support, as it doesn't build.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
570 B
Plaintext
19 lines
570 B
Plaintext
config BR2_PACKAGE_UHTTPD
|
|
bool "uhttpd"
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBUBOX
|
|
select BR2_PACKAGE_JSON_C
|
|
help
|
|
uHTTPd is a tiny single threaded HTTP server with TLS, CGI and Lua
|
|
support. It is intended as a drop-in replacement for the Busybox
|
|
HTTP daemon.
|
|
|
|
https://wiki.openwrt.org/doc/howto/http.uhttpd
|
|
|
|
comment "uhttpd needs a toolchain w/ dynamic library"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS
|