From 2ced86048c7006f3637ed38ceeb3d21fddbb93e2 Mon Sep 17 00:00:00 2001 From: Jan Bětík Date: Fri, 3 Apr 2020 19:11:53 +0200 Subject: luci-proto-gre: Protocol extension for GRE tunnels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm running several GRE tunnels to different locations and the option to see and to configure GRE tunnels in LuCI was not crucial but nice to have. Signed-off-by: Jan Bětík --- protocols/luci-proto-gre/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 protocols/luci-proto-gre/Makefile (limited to 'protocols/luci-proto-gre/Makefile') diff --git a/protocols/luci-proto-gre/Makefile b/protocols/luci-proto-gre/Makefile new file mode 100644 index 0000000000..0b0fa541cb --- /dev/null +++ b/protocols/luci-proto-gre/Makefile @@ -0,0 +1,21 @@ +# +# Based on luci-proto-ipip. +# Credited author of luci-proto-ipip is Roger Pueyo Centelles +# Copyright 2016 Roger Pueyo Centelles +# +# Modified by Jan Betik +# Copyright 2020 Jan Betik +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for GRE tunnels (RFC2784) +LUCI_DEPENDS:=+gre + +PKG_MAINTAINER:=Jan Betik + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3