From: Felix Fietkau Date: Wed, 15 Feb 2017 13:00:24 +0000 (+0100) Subject: qos-scripts: fix module load commands (FS#438) X-Git-Tag: v18.06.0-rc1~3593 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=40374454f9fd0501451bd7fd30bec5a946078827;hp=dce6eeccc09339c7101a5b6b3fdba8b4d8f41247 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 --- diff --git a/package/network/config/qos-scripts/files/usr/lib/qos/generate.sh b/package/network/config/qos-scripts/files/usr/lib/qos/generate.sh index 285617c0d7..9ce4eb41ef 100755 --- a/package/network/config/qos-scripts/files/usr/lib/qos/generate.sh +++ b/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 <