Skip to content

shared-state-node_info

https://github.com/libremesh/lime-packages/blob/master/packages/shared-state-node_info

Makefile

# SPDX-License-Identifier: AGPL-3.0-only
#
# Copyright (C) 2023 Javier Jorge <jjorge@inti.gob.ar>
# Copyright (C) 2023  Asociación Civil Altermundi <info@altermundi.net>

include ../../libremesh.mk

define Package/$(PKG_NAME)
	SECTION:=lime
	CATEGORY:=LibreMesh
	TITLE:=Node information module for shared-state
	MAINTAINER:= Javier <jjorge@inti.gob.ar>
	DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
		+lime-system +ubus-lime-location +shared-state-ref_state_commons shared-state-async
	PKGARCH:=all
endef

define Package/$(PKG_NAME)/description
	Syncronize node information beween nodes.
endef

$(eval $(call BuildPackage,$(PKG_NAME)))