Browse Source

qos-scripts: fix module load commands (FS#438)

fq_codel is built-in, and xt_CONNMARK is provided by the xt_connmark
module

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
40374454f9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package/network/config/qos-scripts/files/usr/lib/qos/generate.sh

+ 1 - 2
package/network/config/qos-scripts/files/usr/lib/qos/generate.sh

@@ -347,7 +347,6 @@ tc filter add dev $device parent ffff: prio 1 u32 match u32 0 0 flowid 1:1 actio
 	fi
 	add_insmod cls_fw
 	add_insmod sch_hfsc
-	add_insmod sch_fq_codel
 
 	cat <<EOF
 ${INSMOD:+$INSMOD$N}${dev_up:+$dev_up
@@ -466,7 +465,7 @@ EOF
 
 start_firewall() {
 	add_insmod xt_multiport
-	add_insmod xt_CONNMARK
+	add_insmod xt_connmark
 	stop_firewall
 	for group in $CG; do
 		start_cg $group