gluon-mesh-babel: add dependency: gluon-l3roamd

gluon-mesh-babel conigures babeld and thus the mesh. This mesh is only usable
with routes to the clients which are discovered by l3roamd.
This commit is contained in:
Christof Schulze 2019-09-12 21:15:02 +02:00
parent d5a4f4fd8c
commit a3fd203e13
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ include ../gluon.mk
define Package/gluon-mesh-babel
TITLE:=Babel mesh
DEPENDS:=+gluon-core +babeld +mmfd +libiwinfo +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper +luabitop
DEPENDS:=+gluon-core +babeld +mmfd +libiwinfo +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper +luabitop +gluon-l3roamd
PROVIDES:=gluon-mesh-provider
endef