From: Michael Tremer Date: Tue, 2 Nov 2021 10:53:10 +0000 (+0000) Subject: QoS: Do not try to unload any kernel modules X-Git-Tag: v2.27-core162~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7091738a5c3c5a95d358f5da498493914eeaf688;p=ipfire-2.x.git QoS: Do not try to unload any kernel modules Signed-off-by: Michael Tremer Reviewed-by: Peter Müller --- diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index 0694bb78cf..3234ab366d 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -510,8 +510,6 @@ print </dev/null 2>&1 iptables -t mangle --delete-chain QOS-INC >/dev/null 2>&1 - rmmod sch_htb >/dev/null 2>&1 - for i in \$(ls \$RRDLOG/class_*.rrd); do rrdtool update \$i \$(date +%s): done