diff options
| author | Mieczyslaw Nalewaj | 2025-04-29 21:59:58 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-04-30 10:30:05 +0000 |
| commit | f92ac3d10d7c80b480b5d73874764d926ed3bacf (patch) | |
| tree | 0021d3c881b1b55d58bf62f4ed358de2fe6dcfa7 | |
| parent | 028d8d42753567981aa803fa03c2c98b0b3420d5 (diff) | |
| download | openwrt-f92ac3d10d7c80b480b5d73874764d926ed3bacf.tar.gz | |
generic: refresh patches
Refreshed patches by running:
make target/linux/refresh
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18640
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/hack-6.6/660-fq_codel_defaults.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 b923a2d206..3e27351fa6 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 <nbd@nbd.name> --- 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; |