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.
Merge pull request libremesh#1037 from G10h4ck/small_cleaning
Small cleaning
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 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
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 |
---|---|---|
@@ -1,23 +1,22 @@ | ||
# | ||
# Copyright (C) 2020 German Ferrero <germanferrero@altermundi.net> | ||
# Copyright (C) 2020-2023 Asociacion Civil Altermundi <info@altermundi.net> | ||
# | ||
# This is free software, licensed under the GNU General Public License v3. | ||
# This is free software, licensed under the GNU Affero General Public License v3. | ||
# | ||
|
||
include ../../libremesh.mk | ||
|
||
define Package/$(PKG_NAME) | ||
SECTION:=utils | ||
CATEGORY:=Utilities | ||
TITLE:=$(PKG_NAME) provides shared state database of all times network nodes | ||
MAINTAINER:=Germán Ferrero <[email protected]> | ||
CATEGORY:=LibreMesh | ||
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 | ||
This $(PKG_NAME) provides shared state database of all times network nodes. | ||
Provides data-type for network nodes marked as reliable by user via lime-app | ||
endef | ||
|
||
$(eval $(call BuildPackage,$(PKG_NAME))) |