icwmp: 8.3.10

This commit is contained in:
vdutta 2022-04-07 17:12:48 +05:30
parent 1d88107cc6
commit 2faada9f0b
2 changed files with 7 additions and 2 deletions

View file

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp
PKG_VERSION:=8.3.9
PKG_VERSION:=8.3.10
PKG_FIXUP:=autoreconf
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=e3d43fb45049f7302ba1c3ade218e8fdc3cc7e0b
PKG_SOURCE_VERSION:=e12c739d300165a0baae978dc5424aebf051ff8b
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip

View file

@ -87,6 +87,11 @@ copy_cwmp_varstate_files_to_etc() {
if [ -f /var/state/cwmp ]; then
cp -f /var/state/cwmp /etc/icwmpd/
fi
# move the successful custom notify import marker to persistent storage
if [ -f /var/run/icwmpd/icwmpd_notify_import_marker ]; then
cp -f /var/run/icwmpd/icwmpd_notify_import_marker /etc/icwmpd/
fi
}
validate_acs_section()