From cec3913238c8de8755384995fc3d303871a0b4f5 Mon Sep 17 00:00:00 2001 From: Amin Ben Ramdhane Date: Sun, 14 Mar 2021 00:28:48 +0100 Subject: [PATCH] icwmp: cleanup --- icwmp/Makefile | 4 ++-- icwmp/files/etc/config/cwmp | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index dd59b0fd4..c42127afa 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=6.5.2-2021-03-11 +PKG_VERSION:=6.5.3-2021-03-14 PKG_FIXUP:=autoreconf PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=f934307c24974837af02be8daccee1c80a5525b6 +PKG_SOURCE_VERSION:=50c44750dd8e3d5df6df0c87fcfcbc7249322c97 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) diff --git a/icwmp/files/etc/config/cwmp b/icwmp/files/etc/config/cwmp index 1df7a7eda..cc481daae 100644 --- a/icwmp/files/etc/config/cwmp +++ b/icwmp/files/etc/config/cwmp @@ -4,7 +4,7 @@ config acs 'acs' option passwd 'iopsys' option periodic_inform_enable 'true' option periodic_inform_interval '1800' - option periodic_inform_time '0' + option periodic_inform_time '0001-01-01T00:00:00Z' option ParameterKey '' option dhcp_discovery 'enable' # compression possible configs: GZIP, Deflate, Disabled @@ -37,7 +37,6 @@ config cpe 'cpe' option instance_mode 'InstanceNumber' option session_timeout '60' option notification '1' - option datamodel 'tr181' option exec_download '0' option periodic_notify_enable '1' option periodic_notify_interval '10'