diff options
Diffstat (limited to 'protocols/luci-proto-vti/Makefile')
-rw-r--r-- | protocols/luci-proto-vti/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/luci-proto-vti/Makefile b/protocols/luci-proto-vti/Makefile new file mode 100644 index 0000000000..6520eab48b --- /dev/null +++ b/protocols/luci-proto-vti/Makefile @@ -0,0 +1,14 @@ +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for VTI interfaces +LUCI_DEPENDS:=+vti + +PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com> + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |