From 1c752ef851793034c0dd1e8d38e9bfb1d458c0b0 Mon Sep 17 00:00:00 2001 From: Amin Ben Romdhane Date: Wed, 19 Apr 2023 17:12:47 +0200 Subject: [PATCH] icwmp: 9.3.2 --- icwmp/Makefile | 4 ++-- icwmp/files/etc/config/cwmp | 1 - icwmp/files/etc/init.d/icwmpd | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 2ce8006eb..641e1630d 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.3.1 +PKG_VERSION:=9.3.2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=9db8e0f900c823a41274277a2673efa3fc17a123 +PKG_SOURCE_VERSION:=2048786b917ac3400becdf651504c0f69aefea0b 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 ca20cb7bd..db4eefe60 100644 --- a/icwmp/files/etc/config/cwmp +++ b/icwmp/files/etc/config/cwmp @@ -15,7 +15,6 @@ config acs 'acs' config cpe 'cpe' option enable '1' option default_wan_interface 'wan' - option default_wan6_interface 'wan6' option default_lan_interface 'lan' option log_to_console 'disable' option log_to_file 'disable' diff --git a/icwmp/files/etc/init.d/icwmpd b/icwmp/files/etc/init.d/icwmpd index 4fe00d181..d428bc02a 100755 --- a/icwmp/files/etc/init.d/icwmpd +++ b/icwmp/files/etc/init.d/icwmpd @@ -329,7 +329,6 @@ validate_cpe_section() uci_validate_section cwmp cpe "cpe" \ 'interface:string' \ 'default_wan_interface:string' \ - 'default_wan6_interface:string' \ 'log_to_console:or("enable","disable")' \ 'log_to_file:or("enable","disable")' \ 'log_severity:or("EMERG", "ALERT", "CRITIC" ,"ERROR", "WARNING", "NOTICE", "INFO", "DEBUG")' \