mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add proto gre
This commit is contained in:
parent
5bfdf1648e
commit
f5dc724da7
5 changed files with 419 additions and 0 deletions
21
luci-proto-gre/Makefile
Normal file
21
luci-proto-gre/Makefile
Normal file
|
@ -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 $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
Loading…
Add table
Add a link
Reference in a new issue