From 193ef9ab9ca12bb6f9612408e9d5b399dc0bf0ad Mon Sep 17 00:00:00 2001 From: Vincent Riou Date: Fri, 23 Mar 2018 14:54:11 +0000 Subject: [PATCH] lighttpd: add mod-wstunnel Exposes the mod-wstunnel plugin which implements websocket proxying over http Signed-off-by: Vincent Riou --- net/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index fc22b1b980..915adfcf5b 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))