Each git:// repository is browseable in gitweb by changing git:// to http://. My collection of patches to openwrt/packages/luci is accumulating...
=======================================================
git://git.infradead.org/users/dwmw2/openwrt.git
David Woodhouse (3):
Add ppp-mod-pppol2tp subpackage to ppp
Fix iptables abuse of kernel header files. Use exported headers instead.
Fix pptp handling of routes to server.
include/kernel-defaults.mk | 1 +
package/iptables/Makefile | 8 +++---
package/ppp/Makefile | 19 +++++++++++++++-
package/ppp/files.old/etc/ppp/ip-down | 2 +-
package/ppp/files.old/etc/ppp/ip-up | 2 +-
.../ppp/patches/400-simplify_kernel_checks.patch | 16 +++++++++++++
package/pptp/Makefile | 2 +-
package/pptp/files/pptp.sh | 24 +++++++++----------
.../generic/patches-3.3/030-export-xt_layer7.h | 10 ++++++++
9 files changed, 63 insertions(+), 21 deletions(-)
=======================================================
git://git.infradead.org/users/dwmw2/openwrt-packages.git
David Woodhouse (5):
Add vpnc-scripts package with up-to-date script
Add openconnect protocol support to network scripts
Remove local copy of pppol2tp PPP module from openl2tp
Update and fix x2ltpd, add connect script
Update openconnect to 3.18
net/openconnect/Makefile | 12 +-
net/openconnect/files/openconnect.sh | 39 ++
net/openconnect/files/run-openconnect | 86 ++++
net/openl2tp/Makefile | 7 +-
net/vpnc-scripts/Makefile | 56 +++
net/vpnc-scripts/files/etc/vpnc/connect.d/ifstate | 7 +
net/vpnc/Makefile | 6 +-
net/xl2tpd/Makefile | 13 +-
net/xl2tpd/files/l2tp.sh | 124 ++++++
net/xl2tpd/files/xl2tpd.conf | 34 +-
net/xl2tpd/patches/120-kernel-mode-l2tp.patch | 436 +++++++++++++++++++++
net/xl2tpd/patches/130-no-kill-ipparam.patch | 11 +
12 files changed, 797 insertions(+), 34 deletions(-)
=======================================================
git://git.infradead.org/users/dwmw2/luci.git
David Woodhouse (2):
Add openconnect support to luci
Add L2TP support
contrib/package/luci/Makefile | 1 +
protocols/openconnect/Makefile | 2 +
.../model/cbi/admin_network/proto_openconnect.lua | 62 +++++++++++++++++++
.../luasrc/model/network/proto_openconnect.lua | 63 ++++++++++++++++++++
.../luasrc/model/cbi/admin_network/proto_l2tp.lua | 57 ++++++++++++++++++
protocols/ppp/luasrc/model/network/proto_ppp.lua | 6 ++-
6 files changed, 190 insertions(+), 1 deletions(-)
--
dwmw2
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
