]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Revert "Revert "Revert "core137: Remove imq0 and unload imq module after QoS has...
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 22 Oct 2019 15:54:37 +0000 (15:54 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 22 Oct 2019 15:54:37 +0000 (15:54 +0000)
This reverts commit e4d242da4ae1074b75d5d45eeb16061ba178f6c4.

this fails because we let QoS running and it doesn't like if the imq0
device was removed. (why imq0 can removed when it is up?)

config/rootfiles/core/137/update.sh

index 5b0e6982f76c12d50068a99a793f3658baf6d3c6..f2e83fc77cc1d82437fb3e3b836356288fb8c25e 100644 (file)
@@ -82,12 +82,6 @@ rm -rf /lib/modules
 
 # Stop services
 
-# 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