* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f48920d84f72235c5141e32772d5c8a447f9900e
@ 2019-10-18 21:09 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2019-10-18 21:09 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1712 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via f48920d84f72235c5141e32772d5c8a447f9900e (commit)
from 596c71d07fb2fc564844684a5692d598edf3d647 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f48920d84f72235c5141e32772d5c8a447f9900e
Author: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
Date: Fri Oct 18 16:59:49 2019 +0200
core137: Remove imq0 and unload imq module after QoS has been stopped
Signed-off-by: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/137/update.sh | 6 ++++++
1 file changed, 6 insertions(+)
Difference in files:
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
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-18 21:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18 21:09 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f48920d84f72235c5141e32772d5c8a447f9900e Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox