diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-10-07 23:59:01 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-10-10 00:36:38 +0200 |
commit | 441d4e2b70dc3c2b172b61faf0c6c8804d46318c (patch) | |
tree | 8b3e95fe58a5399b3d65075c581ec07f874b5c7d /protocols/luci-proto-tayga/Makefile | |
parent | 701f6b0819a902e8c45e19c95aad7121f9c50145 (diff) |
luci-proto-tayga: Add support for TAYGA NAT64tayga-old
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 |