summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-vxlan/Makefile
diff options
context:
space:
mode:
authorWojciech Jowsa <wojciech.jowsa@gmail.com>2020-05-27 09:21:25 +0200
committerJo-Philipp Wich <jo@mein.io>2020-05-27 18:46:18 +0200
commitd79bbdd5b08e2630d2320b82e365c5779b6c7298 (patch)
tree6f9f17dfce5f690b1197b0a7fcc2901ac8a72930 /protocols/luci-proto-vxlan/Makefile
parentd2dfc522f1e5315fc06a93738483ca8cc3d6f6c1 (diff)
luci-proto-vxlan: add vxlan protol handler
Allow users to add vxlan inteface in luci. Signed-off-by: Wojciech Jowsa <wojciech.jowsa@gmail.com>
Diffstat (limited to 'protocols/luci-proto-vxlan/Makefile')
-rw-r--r--protocols/luci-proto-vxlan/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/protocols/luci-proto-vxlan/Makefile b/protocols/luci-proto-vxlan/Makefile
new file mode 100644
index 000000000..d6b2e6faa
--- /dev/null
+++ b/protocols/luci-proto-vxlan/Makefile
@@ -0,0 +1,16 @@
+#
+# Copyright 2020 Wojciech Jowsa <wojciech.jowsa@gmail.com>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Support for Virtual eXtensible Local Area Network (VXLAN, RFC7348)
+LUCI_DEPENDS:=+vxlan
+
+PKG_MAINTAINER:=Wojciech Jowsa <wojciech.jowsa@gmail.com>
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature