diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-06 17:11:03 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-12 10:15:01 +0100 |
commit | 015fefa8e7fb65503d15654903be694b6ccbf952 (patch) | |
tree | 2d2ac2597dc49cc710432dd4a2427fa398ffbde1 /target | |
parent | b5791118ccd3039cc9ef6fd3b1c4efcad6ab154f (diff) | |
download | upstream-015fefa8e7fb65503d15654903be694b6ccbf952.tar.gz upstream-015fefa8e7fb65503d15654903be694b6ccbf952.tar.bz2 upstream-015fefa8e7fb65503d15654903be694b6ccbf952.zip |
kernel: bump 4.9 to 4.9.199
Refreshed all patches.
Compile-tested on: none
Runtime-tested on: none
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/hack-4.9/661-use_fq_codel_by_default.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.9/661-use_fq_codel_by_default.patch b/target/linux/generic/hack-4.9/661-use_fq_codel_by_default.patch index 5461393daa..22d5a3893a 100644 --- a/target/linux/generic/hack-4.9/661-use_fq_codel_by_default.patch +++ b/target/linux/generic/hack-4.9/661-use_fq_codel_by_default.patch @@ -14,7 +14,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h -@@ -339,12 +339,13 @@ extern struct Qdisc_ops noop_qdisc_ops; +@@ -344,12 +344,13 @@ extern struct Qdisc_ops noop_qdisc_ops; extern struct Qdisc_ops pfifo_fast_ops; extern struct Qdisc_ops mq_qdisc_ops; extern struct Qdisc_ops noqueue_qdisc_ops; |