mirror of
https://github.com/openwrt/luci.git
synced 2025-07-29 16:50:21 +00:00
Added ip-bridge dep for bridge command to manage FDB entries. Reference: https://events.static.linuxfound.org/sites/events/files/slides/2013-linuxcon.pdf Signed-off-by: Paul Donald <newtwen+github@gmail.com>
18 lines
436 B
Makefile
18 lines
436 B
Makefile
#
|
|
# 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 +ip-bridge
|
|
|
|
PKG_MAINTAINER:=Wojciech Jowsa <wojciech.jowsa@gmail.com>
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|