icwmp: 9.9.4

This commit is contained in:
Vivek Kumar Dutta 2025-05-01 10:21:15 +05:30
parent 55aba515ff
commit 4708da4734
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp
PKG_VERSION:=9.9.3
PKG_VERSION:=9.9.4
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -45,11 +45,11 @@ fi
default_password="$(get_acs_password)"
config_get pass cpe passwd ""
if [ -z "${pass}" ]; then
uci -q set cwmp.cpe.passwd="${default_password}"
uci -q set cwmp.cpe.passwd="${default_password:-iopsys}"
fi
config_get pass acs passwd ""
if [ -z "${pass}" ]; then
uci -q set cwmp.acs.passwd="${default_password}"
uci -q set cwmp.acs.passwd="${default_password:-iopsys}"
fi
# No need for commit here, it is done by uci_apply_defaults().