From: Stan Grishin Date: Fri, 21 Oct 2022 11:48:49 +0000 (+0000) Subject: simple-adblock: remove unnecessary procd_add_reload_interface_trigger X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F19659%2Fhead;p=feed%2Fpackages.git simple-adblock: remove unnecessary procd_add_reload_interface_trigger Signed-off-by: Stan Grishin (cherry picked from commit ef067f6304b36ed036b07f241819521d3ba10991) --- diff --git a/net/simple-adblock/Makefile b/net/simple-adblock/Makefile index 3571159ea8..fbd8b18a01 100644 --- a/net/simple-adblock/Makefile +++ b/net/simple-adblock/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=simple-adblock PKG_VERSION:=1.9.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Stan Grishin PKG_LICENSE:=GPL-3.0-or-later diff --git a/net/simple-adblock/files/simple-adblock.init b/net/simple-adblock/files/simple-adblock.init index 992d811257..9ca5b231c0 100644 --- a/net/simple-adblock/files/simple-adblock.init +++ b/net/simple-adblock/files/simple-adblock.init @@ -1320,7 +1320,6 @@ status_service() { load_validate_config 'config' adb_status "''"; } service_triggers() { procd_open_trigger procd_add_config_trigger 'config.change' "${packageName}" /etc/init.d/${packageName} reload - procd_add_reload_interface_trigger 'wan' procd_add_interface_trigger 'interface.*.up' 'wan' /etc/init.d/${packageName} reload procd_close_trigger }