From 28db34d0b1a43af54ab9118e783ac0989cd90650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Fri, 17 Dec 2021 05:14:24 +0100 Subject: [PATCH] manman-sync: fix dependencies --- package/gluon-manman-sync/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/gluon-manman-sync/Makefile b/package/gluon-manman-sync/Makefile index 770e140e..4379643d 100644 --- a/package/gluon-manman-sync/Makefile +++ b/package/gluon-manman-sync/Makefile @@ -6,7 +6,8 @@ PKG_VERSION:=1 include ../gluon.mk define Package/gluon-manman-sync - DEPENDS:=+gluon-core +micrond +luci-lib-ip +luci-lib-httpclient + # luci-base shouldn't be here but httpclient depends on util depends on template.parser which is from base + DEPENDS:=+gluon-core +micrond +luci-lib-ip +luci-lib-httpclient +luci-base TITLE:=Sync configuration with data from manman endef