From 12eae15f206ed7685f09157eb6384a6e61551c80 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Mon, 13 Aug 2018 23:04:01 +0200 Subject: [PATCH] add luaposix and luabitop to pakage dependency --- package/gluon-hoodselector/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-hoodselector/Makefile b/package/gluon-hoodselector/Makefile index cb349b22..f9b02728 100644 --- a/package/gluon-hoodselector/Makefile +++ b/package/gluon-hoodselector/Makefile @@ -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