blob: d6b2e6faaaa78300dfde412ad926363092f0b8c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|