diff --git a/net/nft-qos/Makefile b/net/nft-qos/Makefile index 6cc93560c..61361c154 100644 --- a/net/nft-qos/Makefile +++ b/net/nft-qos/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nft-qos -PKG_VERSION:=1.0.3 +PKG_VERSION:=1.0.4 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 diff --git a/net/nft-qos/files/nft-qos-dynamic.hotplug b/net/nft-qos/files/nft-qos-dynamic.hotplug index fb38b7ea9..598fc39e7 100644 --- a/net/nft-qos/files/nft-qos-dynamic.hotplug +++ b/net/nft-qos/files/nft-qos-dynamic.hotplug @@ -3,6 +3,8 @@ # Copyright 2018 rosysong@rosinson.com # +export initscript="nft-qos-dynamic" + . /lib/functions.sh . /lib/nft-qos/core.sh . /lib/nft-qos/dynamic.sh diff --git a/net/nft-qos/files/nft-qos-monitor.hotplug b/net/nft-qos/files/nft-qos-monitor.hotplug index e263649b1..5868bb1ea 100644 --- a/net/nft-qos/files/nft-qos-monitor.hotplug +++ b/net/nft-qos/files/nft-qos-monitor.hotplug @@ -3,6 +3,8 @@ # Copyright 2018 rosysong@rosinson.com # +export initscript="nft-qos-monitor" + . /lib/nft-qos/monitor.sh logger -t nft-qos-monitor "ACTION=$ACTION, MACADDR=$MACADDR, IPADDR=$IPADDR, HOSTNAME=$HOSTNAME"