From: Vincent Riou Date: Fri, 23 Mar 2018 14:54:11 +0000 (+0000) Subject: lighttpd: add mod-wstunnel X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=193ef9ab9ca12bb6f9612408e9d5b399dc0bf0ad;p=openwrt-packages.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 fc22b1b98..915adfcf5 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -237,4 +237,4 @@ $(eval $(call BuildPlugin,trigger_b4_dl,Trigger before download,+PACKAGE_lighttp $(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))