uspd: Remove dependency on cwmp config

This commit is contained in:
vdutta 2020-08-27 18:45:31 +05:30
parent adbb8b70c1
commit bb996c64df
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uspd
PKG_VERSION:=2.0.1
PKG_VERSION:=2.0.2
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -20,6 +20,5 @@ reload_service() {
service_triggers()
{
procd_add_reload_trigger "cwmp"
procd_add_config_trigger "config.change" "uspd" /etc/init.d/uspd restart
}