From 39c4ed442714451e380d45c9837547a081a80f6f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 20 Oct 2019 20:28:10 +0000 Subject: [PATCH] Revert "core137: Remove imq0 and unload imq module after QoS has been stopped" This reverts commit f48920d84f72235c5141e32772d5c8a447f9900e. --- config/rootfiles/core/137/update.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/rootfiles/core/137/update.sh b/config/rootfiles/core/137/update.sh index f9cfd9ba0d..267a10ae64 100644 --- a/config/rootfiles/core/137/update.sh +++ b/config/rootfiles/core/137/update.sh @@ -83,12 +83,6 @@ rm -rf /lib/modules # Stop services /usr/local/bin/qosctrl stop -# Delete imq0 if it is still present after QoS has been stopped -if [ -d "/sys/class/net/imq0" ]; then - ip link del dev imq0 - modprobe -r imq -fi - # Extract files extract_files -- 2.39.5