manman-sync: depend on lib-ecdsa

This commit is contained in:
Maciej Krüger 2021-12-21 10:14:40 +01:00 committed by Alexander List
parent 7b4e0bb547
commit 4612ba45af

View File

@ -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