forked from libremesh/lime-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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))) |