luci-proto-gre: Protocol extension for GRE tunnels
[oweals/luci.git] / protocols / luci-proto-gre / Makefile
1 #
2 # Based on luci-proto-ipip.
3 # Credited author of luci-proto-ipip is Roger Pueyo Centelles <roger.pueyo@guifi.net>
4 # Copyright 2016 Roger Pueyo Centelles <roger.pueyo@guifi.net>
5 #
6 # Modified by Jan Betik <jan.betik@svine.su>
7 # Copyright 2020 Jan Betik <jan.betik@svine.su>
8 #
9 # This is free software, licensed under the Apache License, Version 2.0 .
10 #
11
12 include $(TOPDIR)/rules.mk
13
14 LUCI_TITLE:=Support for GRE tunnels (RFC2784)
15 LUCI_DEPENDS:=+gre
16
17 PKG_MAINTAINER:=Jan Betik <jan.betik@svine.su>
18
19 include ../../luci.mk
20
21 # call BuildPackage - OpenWrt buildroot signature