-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add description as per Ilario request
- 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 |
---|---|---|
|
@@ -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))) |