# # 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. # include ../../libremesh.mk define Package/$(PKG_NAME) CATEGORY:=LibreMesh TITLE:=Babel links module for shared-state MAINTAINER:=Asociación Civil Altermundi DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \ +libubus-lua +random-numgen shared-state-async PKGARCH:=all endef define Package/$(PKG_NAME)/description Synchronize Babel links information beween nodes. endef $(eval $(call BuildPackage,$(PKG_NAME)))