Skip to content

Commit

Permalink
f_mu: fix makefile description
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrk committed Nov 25, 2024
1 parent 160a2a4 commit f54b79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared-state-mesh_wide_upgrade/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ include ../../libremesh.mk

define Package/$(PKG_NAME)
CATEGORY:=LibreMesh
TITLE:=Babel links module for shared-state
TITLE:=Shared-state mesh upgrade information module
MAINTAINER:=Asociación Civil Altermundi <[email protected]>
DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
+libubus-lua +random-numgen shared-state-async
PKGARCH:=all
endef

define Package/$(PKG_NAME)/description
Syncronize node information to achieve mesh wide firmware upgrades
Synchronize node information to achieve mesh wide firmware upgrades
endef

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

0 comments on commit f54b79a

Please sign in to comment.