summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/Config.in
diff options
context:
space:
mode:
authorRahul Jain <Rahul.Jain@imgtec.com>2016-10-17 16:32:24 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-05 14:16:29 +0100
commitdde8a7610092608fefc55e2024a71e8cb769fbc0 (patch)
tree3ffc32d300c86112f8ea62e5735899bb6294b50d /package/uhttpd/Config.in
parentbdb8f8231b0418c91bb800b59afa89f182a36081 (diff)
downloadbuildroot-dde8a7610092608fefc55e2024a71e8cb769fbc0.tar.gz
buildroot-dde8a7610092608fefc55e2024a71e8cb769fbc0.zip
uhttpd: new package
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>
Diffstat (limited to 'package/uhttpd/Config.in')
-rw-r--r--package/uhttpd/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/uhttpd/Config.in b/package/uhttpd/Config.in
new file mode 100644
index 0000000000..e463b9305c
--- /dev/null
+++ b/package/uhttpd/Config.in
@@ -0,0 +1,18 @@
+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
OpenPOWER on IntegriCloud