gluon/package/gluon-mesh-olsrd/Makefile
Maciej Krüger a07924a0f0 olsr use l3
2022-08-11 11:08:17 +02:00

26 lines
410 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-olsrd
PKG_VERSION=1
include ../gluon.mk
define Package/gluon-mesh-olsrd
TITLE:=olsrd mesh
DEPENDS:= \
+gluon-core \
+kmod-macvlan \
@IPV6 \
+oonf-olsrd2 \
+firewall \
+ip-full \
+gluon-layer3-common \
+gluon-l3roamd \
+gluon-radvd \
+lua-jsonc
PROVIDES:=gluon-mesh-provider
endef
$(eval $(call BuildPackageGluon,gluon-mesh-olsrd))