kernel: fq_codel: dont reinit flow state
[openwrt/staging/dedeckeh.git] / package / qos-scripts / files / usr / lib / qos / generate.sh
index bb1d7ed11116ce4f2a7a56a9777c6e40266d9f61..440b43f5d12fafec23390cfcb737d4a97f68e096 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-[ -e /etc/functions.sh ] && . /etc/functions.sh || . ./functions.sh
+[ -e /lib/functions.sh ] && . /lib/functions.sh || . ./functions.sh
 [ -x /sbin/modprobe ] && {
        insmod="modprobe"
        rmmod="$insmod -r"