gluon/package/gluon-mesh-olsrd/Makefile

20 lines
329 B
Makefile
Raw Normal View History

2022-12-30 09:22:50 +00:00
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-olsrd
PKG_VERSION=1
include ../gluon.mk
define Package/gluon-mesh-olsrd
TITLE:=olsrd mesh
DEPENDS:= \
2022-12-30 09:22:50 +00:00
+gluon-core \
@IPV6 \
+oonf-olsrd2 \
+firewall \
+gluon-mesh-layer3-common
PROVIDES:=gluon-mesh-provider
2022-12-30 09:22:50 +00:00
endef
$(eval $(call BuildPackageGluon,gluon-mesh-olsrd))