mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
periodicstats: 1.3.0
This commit is contained in:
parent
7dab676e68
commit
d5ccc91d7f
1 changed files with 4 additions and 4 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021 IOPSYS
|
# Copyright (C) 2021-2023 IOPSYS Software Solutions AB
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=periodicstats
|
PKG_NAME:=periodicstats
|
||||||
PKG_VERSION:=1.2.1
|
PKG_VERSION:=1.3.0
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=6c68428405bc88a9990e855f911aecc86f07f4a8
|
PKG_SOURCE_VERSION:=4c942689c18b58db091053ae6e4c018da93753e7
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/periodicstats.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/periodicstats.git
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
|
|
@ -26,7 +26,7 @@ define Package/periodicstats
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Periodic Statistics Daemon
|
TITLE:=Periodic Statistics Daemon
|
||||||
DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +libbbf_api
|
DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +libbbfdm-api
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/periodicstats/description
|
define Package/periodicstats/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue