Skip to content

shared-state-network_nodes

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

Makefile

# SPDX-License-Identifier: AGPL-3.0-only
#
# Copyright (C) 2020-2023 Asociacion Civil Altermundi <info@altermundi.net>

include ../../libremesh.mk

define Package/$(PKG_NAME)
  CATEGORY:=LibreMesh
  TITLE:=$(PKG_NAME) provides data-type for network nodes marked as reliable by user
  MAINTAINER:=Asociacion Civil Altermundi <info@altermundi.net>
  DEPENDS:=+shared-state +shared-state-nodes_and_links +lime-system +luci-lib-jsonc \
	   +libubus-lua
  PKGARCH:=all
endef

define Package/$(PKG_NAME)/description
	Provides data-type for network nodes marked as reliable by user via lime-app
endef

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