Merge pull request #14299 from wulfy23/nftqosinit

nft-qos: silence buildsystem errors
This commit is contained in:
Rosen Penev
2021-01-05 17:30:27 -08:00
committed by GitHub

View File

@@ -3,12 +3,12 @@
# Copyright (C) 2018 rosysong@rosinson.com
#
. /lib/nft-qos/core.sh
. /lib/nft-qos/monitor.sh
. /lib/nft-qos/dynamic.sh
. /lib/nft-qos/static.sh
. /lib/nft-qos/mac.sh
. /lib/nft-qos/priority.sh
. "${IPKG_INSTROOT}/lib/nft-qos/core.sh"
. "${IPKG_INSTROOT}/lib/nft-qos/monitor.sh"
. "${IPKG_INSTROOT}/lib/nft-qos/dynamic.sh"
. "${IPKG_INSTROOT}/lib/nft-qos/static.sh"
. "${IPKG_INSTROOT}/lib/nft-qos/mac.sh"
. "${IPKG_INSTROOT}/lib/nft-qos/priority.sh"
START=99
USE_PROCD=1