From dc312da663a090017283116f0b2c7e03aa1c70dc Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 9 May 2024 10:33:06 +0530 Subject: [PATCH] periodicstats: Added missing reqruired parameters --- periodicstats/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/periodicstats/Makefile b/periodicstats/Makefile index 4f74754a2..d20cbf429 100644 --- a/periodicstats/Makefile +++ b/periodicstats/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=periodicstats -PKG_VERSION:=1.5.9 +PKG_VERSION:=1.5.10 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/periodicstats.git -PKG_SOURCE_VERSION:=c3bd2e1c1ee8e9cd03368fedf3649eff1e882a49 +PKG_SOURCE_VERSION:=b3940f4ec851e24e2fdcea6015685f4fae45082b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif