diff options
author | Jan Bětík <jan.betik@svine.su> | 2020-04-03 19:11:53 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-06-16 17:11:10 +0200 |
commit | 2ced86048c7006f3637ed38ceeb3d21fddbb93e2 (patch) | |
tree | 7a1456634d2bf312867a4261716595e175362862 /protocols/luci-proto-gre/Makefile | |
parent | 400ecb08f08be9045d83ce74534401a4ccae3aee (diff) |
luci-proto-gre: Protocol extension for GRE tunnels
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 <jan.betik@svine.su>
Diffstat (limited to 'protocols/luci-proto-gre/Makefile')
-rw-r--r-- | protocols/luci-proto-gre/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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 <roger.pueyo@guifi.net> +# Copyright 2016 Roger Pueyo Centelles <roger.pueyo@guifi.net> +# +# Modified by Jan Betik <jan.betik@svine.su> +# Copyright 2020 Jan Betik <jan.betik@svine.su> +# +# 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 <jan.betik@svine.su> + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |