From 9caa982c1958057a41c8b0bead13095d3c58466f Mon Sep 17 00:00:00 2001 From: danrl Date: Tue, 15 Nov 2016 16:55:47 +0100 Subject: luci-proto-wireguard: WireGuard VPN Protocol (New) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP. Signed-off-by: Dan Lüdtke mail@danrl.com --- protocols/luci-proto-wireguard/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 protocols/luci-proto-wireguard/Makefile (limited to 'protocols/luci-proto-wireguard/Makefile') diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile new file mode 100644 index 0000000000..4cd964fa58 --- /dev/null +++ b/protocols/luci-proto-wireguard/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for WireGuard VPN +LUCI_DEPENDS:=+wireguard + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature + -- cgit v1.2.3 From f9f4145bbddc4b46723bab3443eff4f8bdbc9216 Mon Sep 17 00:00:00 2001 From: Dan Lüdtke Date: Tue, 15 Nov 2016 20:22:18 +0100 Subject: luci-proto-wireguard: added maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dan Lüdtke --- protocols/luci-proto-wireguard/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'protocols/luci-proto-wireguard/Makefile') diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 4cd964fa58..0e54add6ba 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2014 The LuCI Team +# Copyright (C) 2016 Dan Luedtke # # This is free software, licensed under the Apache License, Version 2.0 . # @@ -9,7 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for WireGuard VPN LUCI_DEPENDS:=+wireguard +PKG_MAINTAINER:=Dan Luedtke + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature - -- cgit v1.2.3