From f52a5fb87090bd82e13a67f807656d102f263b1b Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Thu, 4 Feb 2021 17:21:56 +0100 Subject: [PATCH] map-controller: add libeasy dependency --- map-controller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map-controller/Makefile b/map-controller/Makefile index 0d2c82c46..fd2cdb70c 100644 --- a/map-controller/Makefile +++ b/map-controller/Makefile @@ -22,7 +22,7 @@ define Package/map-controller SECTION:=utils CATEGORY:=Utilities TITLE:=WiFi Multi-AP Controller (EasyMesh R2) - DEPENDS:=+libuci +libubox +ubus +libmaputils +libwsc + DEPENDS:=+libuci +libubox +ubus +libmaputils +libwsc +libeasy endef define Package/map-controller/description