diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-07-14 17:42:28 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-07-17 13:27:03 +0200 |
commit | b71767d8e047b06668ca8b7b7922f6df238ab659 (patch) | |
tree | 87915374bb00d4482bce6e654b1d4a0876c3d347 /target/linux/generic/hack-5.10 | |
parent | 2e324c0a2c927461ab74f688fd878dce8fa52af2 (diff) | |
download | upstream-b71767d8e047b06668ca8b7b7922f6df238ab659.tar.gz upstream-b71767d8e047b06668ca8b7b7922f6df238ab659.tar.bz2 upstream-b71767d8e047b06668ca8b7b7922f6df238ab659.zip |
kernel: bump 5.10 to 5.10.50
No deleted or manually refreshed patches.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r-- | target/linux/generic/hack-5.10/221-module_exports.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/hack-5.10/661-use_fq_codel_by_default.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.10/221-module_exports.patch b/target/linux/generic/hack-5.10/221-module_exports.patch index e6854138e7..2fcb2d9809 100644 --- a/target/linux/generic/hack-5.10/221-module_exports.patch +++ b/target/linux/generic/hack-5.10/221-module_exports.patch @@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> "__kstrtabns_" #sym ": \n" \ --- a/scripts/Makefile.build +++ b/scripts/Makefile.build -@@ -366,7 +366,7 @@ targets += $(lib-y) $(always-y) $(MAKECM +@@ -367,7 +367,7 @@ targets += $(lib-y) $(always-y) $(MAKECM # Linker scripts preprocessor (.lds.S -> .lds) # --------------------------------------------------------------------------- quiet_cmd_cpp_lds_S = LDS $@ diff --git a/target/linux/generic/hack-5.10/661-use_fq_codel_by_default.patch b/target/linux/generic/hack-5.10/661-use_fq_codel_by_default.patch index 863738e2ef..33c8c55ab6 100644 --- a/target/linux/generic/hack-5.10/661-use_fq_codel_by_default.patch +++ b/target/linux/generic/hack-5.10/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 -@@ -611,12 +611,13 @@ extern struct Qdisc_ops noop_qdisc_ops; +@@ -623,12 +623,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; |