diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-06 17:19:11 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-12 10:15:01 +0100 |
commit | 6589de9af79f58175e4af22a98122e62896aba8a (patch) | |
tree | 40e8b738f55403142982fb6680835cf284526f5d /target/linux/generic/hack-4.19 | |
parent | ecfe552f9915eb6bf10fce473b4a4ea9e6c07840 (diff) | |
download | upstream-6589de9af79f58175e4af22a98122e62896aba8a.tar.gz upstream-6589de9af79f58175e4af22a98122e62896aba8a.tar.bz2 upstream-6589de9af79f58175e4af22a98122e62896aba8a.zip |
kernel: bump 4.19 to 4.19.82
Refreshed all patches.
Remove upstreamed:
- 950-0295-sc16is7xx-Fix-for-Unexpected-interrupt-8.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.19')
-rw-r--r-- | target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch b/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch index 16d8f5d67c..806e0f3c21 100644 --- a/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch +++ b/target/linux/generic/hack-4.19/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 -@@ -481,12 +481,13 @@ extern struct Qdisc_ops noop_qdisc_ops; +@@ -486,12 +486,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; |