add luaposix and luabitop to pakage dependency

This commit is contained in:
Jan-Tarek Butt 2018-08-13 23:04:01 +02:00
parent d57f5f3219
commit 12eae15f20

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 @GLUON_MULTIDOMAIN
DEPENDS:=+gluon-site +gluon-mesh-batman-adv-15 +micrond +libjson-c +luaposix +luabitop @GLUON_MULTIDOMAIN
CONFLICTS:=+gluon-config-mode-domain-select
endef