From: Imran Khan Date: Tue, 22 Dec 2020 15:16:15 +0000 (+1100) Subject: nft-qos: silence buildsystem errors X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f88485f572ec1ff9082106ccf0ccb20fc7af5801;p=openwrt-packages.git nft-qos: silence buildsystem errors add IPKG_INSTROOT to init script to silence build system errors Signed-off-by: Imran Khan --- diff --git a/net/nft-qos/files/nft-qos.init b/net/nft-qos/files/nft-qos.init index dcd487fa5..6c5842a49 100755 --- a/net/nft-qos/files/nft-qos.init +++ b/net/nft-qos/files/nft-qos.init @@ -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