From c114918b9b647ed1c178021d36db9fb96681b58a Mon Sep 17 00:00:00 2001 From: hiure Date: Fri, 17 May 2024 16:49:59 -0300 Subject: [PATCH] fix broken profiles --- packages/shared-state-bat_hosts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-state-bat_hosts/Makefile b/packages/shared-state-bat_hosts/Makefile index defd8b5eb..6a8508bd8 100644 --- a/packages/shared-state-bat_hosts/Makefile +++ b/packages/shared-state-bat_hosts/Makefile @@ -20,7 +20,7 @@ define Package/$(PKG_NAME) MAINTAINER:=AsociaciĆ³n Civil Altermundi URL:=http://libremesh.org DEPENDS:=+libubus-lua +lime-system +lua +luci-lib-jsonc +luci-lib-nixio \ - shared-state-async + +shared-state-async PKGARCH:=all endef