Browse Source

Merge pull request #14299 from wulfy23/nftqosinit

nft-qos: silence buildsystem errors
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
fbdab5bb08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      net/nft-qos/files/nft-qos.init

+ 6
- 6
net/nft-qos/files/nft-qos.init 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


Loading…
Cancel
Save