* [PATCH] core137: Remove imq0 and unload imq module after QoS has been stopped
@ 2019-10-18 14:59 Daniel Weismüller
0 siblings, 0 replies; only message in thread
From: Daniel Weismüller @ 2019-10-18 14:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
Signed-off-by: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
---
config/rootfiles/core/137/update.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/config/rootfiles/core/137/update.sh b/config/rootfiles/core/137/update.sh
index da87f9430..dcbd8112a 100644
--- a/config/rootfiles/core/137/update.sh
+++ b/config/rootfiles/core/137/update.sh
@@ -83,6 +83,12 @@ 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.12.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-18 14:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18 14:59 [PATCH] core137: Remove imq0 and unload imq module after QoS has been stopped Daniel Weismüller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox