Skip to content

Commit

Permalink
Add description as per Ilario request
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Oct 4, 2023
1 parent ffb9ee1 commit 6e909d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared-state-network_nodes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ include ../../libremesh.mk

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

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

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

0 comments on commit 6e909d1

Please sign in to comment.