From 4612ba45affa0a31d3daf9f440bee8990434cb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Tue, 21 Dec 2021 10:14:40 +0100 Subject: [PATCH] manman-sync: depend on lib-ecdsa --- package/gluon-manman-sync/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-manman-sync/Makefile b/package/gluon-manman-sync/Makefile index 4379643d..7a3fda9b 100644 --- a/package/gluon-manman-sync/Makefile +++ b/package/gluon-manman-sync/Makefile @@ -7,7 +7,7 @@ include ../gluon.mk define Package/gluon-manman-sync # 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 + DEPENDS:=+gluon-core +micrond +luci-lib-ip +luci-lib-httpclient +luci-base +gluon-lib-ecdsa TITLE:=Sync configuration with data from manman endef