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, core137 has been updated
via 3670ac56221ae9697d2ca3c873ce9d7b798bd256 (commit)
via 39c4ed442714451e380d45c9837547a081a80f6f (commit)
from fb41342122256c14a48bd9254f732b38299245b0 (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 3670ac56221ae9697d2ca3c873ce9d7b798bd256
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Oct 20 20:29:50 2019 +0000
core137: remove QoS stop at update
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 39c4ed442714451e380d45c9837547a081a80f6f
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Oct 20 20:28:10 2019 +0000
Revert "core137: Remove imq0 and unload imq module after QoS has been stopped"
This reverts commit f48920d84f72235c5141e32772d5c8a447f9900e.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/137/update.sh | 7 -------
1 file changed, 7 deletions(-)
Difference in files:
diff --git a/config/rootfiles/core/137/update.sh b/config/rootfiles/core/137/update.sh
index f9cfd9ba0..f2e83fc77 100644
--- a/config/rootfiles/core/137/update.sh
+++ b/config/rootfiles/core/137/update.sh
@@ -81,13 +81,6 @@ rm -rf /lib/modules
# Remove files
# 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