From: Vincent Riou Date: Fri, 23 Mar 2018 14:57:16 +0000 (+0000) Subject: lighttpd: add mod-wstunnel X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e1b36a234cbbcb788b420505ff5be35695cee8e1;p=feed%2Fpackages.git lighttpd: add mod-wstunnel Exposes the mod-wstunnel plugin which implements websocket proxying over http Signed-off-by: Vincent Riou --- diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 03ea1fcd71..5407fb6032 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -185,4 +185,4 @@ $(eval $(call BuildPlugin,status,Server status display,,30)) $(eval $(call BuildPlugin,userdir,User directory,,30)) $(eval $(call BuildPlugin,usertrack,User tracking,,30)) $(eval $(call BuildPlugin,webdav,WebDAV,+PACKAGE_lighttpd-mod-webdav:libsqlite3 +PACKAGE_lighttpd-mod-webdav:libuuid +PACKAGE_lighttpd-mod-webdav:libxml2,30)) - +$(eval $(call BuildPlugin,wstunnel,Websocket tunneling,,30))