From f92ac3d10d7c80b480b5d73874764d926ed3bacf Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Tue, 29 Apr 2025 23:59:58 +0200 Subject: [PATCH] generic: refresh patches Refreshed patches by running: make target/linux/refresh Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/18640 Signed-off-by: Robert Marko --- target/linux/generic/hack-6.6/660-fq_codel_defaults.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/hack-6.6/660-fq_codel_defaults.patch b/target/linux/generic/hack-6.6/660-fq_codel_defaults.patch index b923a2d206d..3e27351fa6d 100644 --- a/target/linux/generic/hack-6.6/660-fq_codel_defaults.patch +++ b/target/linux/generic/hack-6.6/660-fq_codel_defaults.patch @@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau --- a/net/sched/sch_fq_codel.c +++ b/net/sched/sch_fq_codel.c -@@ -471,7 +471,11 @@ static int fq_codel_init(struct Qdisc *s +@@ -465,7 +465,11 @@ static int fq_codel_init(struct Qdisc *s sch->limit = 10*1024; q->flows_cnt = 1024; -- 2.47.2