icwmp: 9.3.2

This commit is contained in:
Amin Ben Romdhane 2023-04-19 17:12:47 +02:00
parent 7cbcdbc43c
commit 1c752ef851
3 changed files with 2 additions and 4 deletions

View file

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp PKG_NAME:=icwmp
PKG_VERSION:=9.3.1 PKG_VERSION:=9.3.2
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip

View file

@ -15,7 +15,6 @@ config acs 'acs'
config cpe 'cpe' config cpe 'cpe'
option enable '1' option enable '1'
option default_wan_interface 'wan' option default_wan_interface 'wan'
option default_wan6_interface 'wan6'
option default_lan_interface 'lan' option default_lan_interface 'lan'
option log_to_console 'disable' option log_to_console 'disable'
option log_to_file 'disable' option log_to_file 'disable'

View file

@ -329,7 +329,6 @@ validate_cpe_section()
uci_validate_section cwmp cpe "cpe" \ uci_validate_section cwmp cpe "cpe" \
'interface:string' \ 'interface:string' \
'default_wan_interface:string' \ 'default_wan_interface:string' \
'default_wan6_interface:string' \
'log_to_console:or("enable","disable")' \ 'log_to_console:or("enable","disable")' \
'log_to_file:or("enable","disable")' \ 'log_to_file:or("enable","disable")' \
'log_severity:or("EMERG", "ALERT", "CRITIC" ,"ERROR", "WARNING", "NOTICE", "INFO", "DEBUG")' \ 'log_severity:or("EMERG", "ALERT", "CRITIC" ,"ERROR", "WARNING", "NOTICE", "INFO", "DEBUG")' \