mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
icwmp: 9.9.4
This commit is contained in:
parent
55aba515ff
commit
4708da4734
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=icwmp
|
PKG_NAME:=icwmp
|
||||||
PKG_VERSION:=9.9.3
|
PKG_VERSION:=9.9.4
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
|
|
|
||||||
|
|
@ -45,11 +45,11 @@ fi
|
||||||
default_password="$(get_acs_password)"
|
default_password="$(get_acs_password)"
|
||||||
config_get pass cpe passwd ""
|
config_get pass cpe passwd ""
|
||||||
if [ -z "${pass}" ]; then
|
if [ -z "${pass}" ]; then
|
||||||
uci -q set cwmp.cpe.passwd="${default_password}"
|
uci -q set cwmp.cpe.passwd="${default_password:-iopsys}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
config_get pass acs passwd ""
|
config_get pass acs passwd ""
|
||||||
if [ -z "${pass}" ]; then
|
if [ -z "${pass}" ]; then
|
||||||
uci -q set cwmp.acs.passwd="${default_password}"
|
uci -q set cwmp.acs.passwd="${default_password:-iopsys}"
|
||||||
fi
|
fi
|
||||||
# No need for commit here, it is done by uci_apply_defaults().
|
# No need for commit here, it is done by uci_apply_defaults().
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue