From 3d54e83e0dcd1b129b19b24c531c3931c7259d73 Mon Sep 17 00:00:00 2001 From: Suvendhu Hansa Date: Tue, 29 Jul 2025 20:12:00 +0530 Subject: [PATCH] icwmpd: Retry on bind failure --- icwmp/Makefile | 4 ++-- icwmp/files/etc/config/cwmp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 9c7c2be9a..c50fd7e85 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.9.9.1 +PKG_VERSION:=9.9.9.2 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=a5a7d16e0efff5713da33fca44d97671fb576231 +PKG_SOURCE_VERSION:=10750ecdf2bebaee464417df309445a20f361841 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif diff --git a/icwmp/files/etc/config/cwmp b/icwmp/files/etc/config/cwmp index 773e9b568..8e7e14ac5 100644 --- a/icwmp/files/etc/config/cwmp +++ b/icwmp/files/etc/config/cwmp @@ -28,6 +28,7 @@ config cpe 'cpe' option log_severity 'WARNING' option log_file_name '/var/log/icwmpd.log' option log_max_size '102400' + option bind_retries '5' option userid '' #$OUI-$SER option passwd '' option port '7547'