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@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@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@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