gluon-hoodselector: Makefile add gluon-mesh-vpn-core as dependency

This commit is contained in:
Jan-Tarek Butt 2018-08-24 14:45:07 +02:00
parent 459d1e03b4
commit 12f6387ad0

View File

@ -9,7 +9,7 @@ include ../gluon.mk
define Package/gluon-hoodselector
TITLE:=Automatically sortes nodes into network hoods.
DEPENDS:=+gluon-site +gluon-mesh-batman-adv-15 +micrond +libjson-c +luaposix +luabitop @GLUON_MULTIDOMAIN
DEPENDS:=+gluon-site +gluon-mesh-batman-adv-15 +gluon-mesh-vpn-core +micrond +libjson-c +luaposix +luabitop @GLUON_MULTIDOMAIN
CONFLICTS:=+gluon-config-mode-domain-select
endef