From 803be5fcad59f3fbe4ce427c6a009e40d2c591ae Mon Sep 17 00:00:00 2001 From: suvendhu Date: Tue, 21 Jun 2022 19:33:32 +0530 Subject: [PATCH] icwmp: 8.4.17 --- 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 c7a714d78..ac46575be 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=8.4.16 +PKG_VERSION:=8.4.17 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git -PKG_SOURCE_VERSION:=13841eac51e0e48b8661c086c593ecd5710f7034 +PKG_SOURCE_VERSION:=ea2e94fea09dbda22d64505750acad84c49da719 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/icwmp/files/etc/config/cwmp b/icwmp/files/etc/config/cwmp index 1f0cf1f22..a649a8eb7 100644 --- a/icwmp/files/etc/config/cwmp +++ b/icwmp/files/etc/config/cwmp @@ -15,6 +15,7 @@ config acs 'acs' option ip_version '4' config cpe 'cpe' + option enable '1' option default_wan_interface 'wan' option log_to_console 'disable' option log_to_file 'disable'