From 947e962822ca278fc4a6fe2e1fbe0b8246ddc01e Mon Sep 17 00:00:00 2001 From: "javier.jorge" Date: Tue, 26 Sep 2023 14:45:59 -0300 Subject: [PATCH] Add batctl dependency --- packages/shared-state-bat_links_info/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/shared-state-bat_links_info/Makefile b/packages/shared-state-bat_links_info/Makefile index 03ce4a825..6cd7faf5d 100644 --- a/packages/shared-state-bat_links_info/Makefile +++ b/packages/shared-state-bat_links_info/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2023 Javier Jorge +# Copyright (c) 2023 Instituto Nacional de Tecnología Industrial # Copyright (C) 2023 Asociación Civil Altermundi # This is free software, licensed under the GNU Affero General Public License v3. # @@ -12,7 +13,7 @@ define Package/$(PKG_NAME) TITLE:=Node information module for shared-state MAINTAINER:= Javier DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \ - +lime-system +ubus-lime-location shared-state + +lime-system +batctl-default shared-state PKGARCH:=all endef