diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-10-07 23:59:01 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-11-30 23:14:59 +0100 |
commit | fbe240588f4dc1e8e60cee96b391ba0e09bb9ada (patch) | |
tree | bf8e994ab64c1995bd42855f03c7fc7e369d48c6 /protocols/luci-proto-tayga/Makefile | |
parent | 9b0bc332d2596b3ab5e752589645858aad249164 (diff) |
luci-proto-tayga: Add support for TAYGA NAT64tayga
TAYGA is an out-of-kernel stateless NAT64 implementation for Linux.
It uses the TUN driver to exchange packets with the kernel,
which is the same driver used by OpenVPN and QEMU/KVM.
Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
Diffstat (limited to 'protocols/luci-proto-tayga/Makefile')
-rw-r--r-- | protocols/luci-proto-tayga/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/protocols/luci-proto-tayga/Makefile b/protocols/luci-proto-tayga/Makefile new file mode 100644 index 000000000..a4c4467e4 --- /dev/null +++ b/protocols/luci-proto-tayga/Makefile @@ -0,0 +1,15 @@ +# +# This is free software, licensed under the Apache License, Version 2.0. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for NAT64 (TAYGA) +LUCI_DEPENDS:=+tayga +LUCI_PKGARCH:=all + +PKG_MAINTAINER:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |