From 3861cb8714ea4b7c1302b2e7ea5d19843640a170 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Tue, 26 Dec 2023 13:07:06 +0530 Subject: [PATCH] icwmp: Fix random failures in UploadRPC --- icwmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 00ea8fdb9..96b8053a9 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.5.29 +PKG_VERSION:=9.5.29.1 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=f9a7bb027a754710353172fa1aec095c08c90832 +PKG_SOURCE_VERSION:=a85deba5d1e91182192878cf918a7830abd8330b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif