diff options
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 |