summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-gre/Makefile
blob: 0b0fa541cb1901d44ecc4a82646cfedc2667dd22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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