git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a7a02b4
)
lighttpd: add mod-wstunnel
author
Vincent Riou
<redacted>
Fri, 23 Mar 2018 14:54:11 +0000
(14:54 +0000)
committer
Vincent Riou
<redacted>
Fri, 23 Mar 2018 14:54:11 +0000
(14:54 +0000)
Exposes the mod-wstunnel plugin which implements websocket proxying over http
Signed-off-by: Vincent Riou <redacted>
net/lighttpd/Makefile
patch
|
blob
|
history
diff --git
a/net/lighttpd/Makefile
b/net/lighttpd/Makefile
index fc22b1b980741e066746eeb13f4dd3a0890ddc19..915adfcf5b75426ecdce6817674faa9d1e0f90fd 100644
(file)
--- 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))
git clone https://git.99rst.org/PROJECT