summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2024-02-16 16:57:53 -0500
committerPetr Štetiar <ynezz@true.cz>2024-02-18 11:20:27 +0000
commit5fe80218f914ce88a6e859771291e1dccb5784bf (patch)
tree1d023f145c74c05b805f95795fd06c8e62bc37bb /target/linux/kirkwood
parentdf95595b452670a7350e424fc521822a37e4cfb4 (diff)
downloadopenwrt-5fe80218f914ce88a6e859771291e1dccb5784bf.tar.gz
openwrt-5fe80218f914ce88a6e859771291e1dccb5784bf.tar.bz2
openwrt-5fe80218f914ce88a6e859771291e1dccb5784bf.zip
kernel: bump 6.1 to 6.1.78
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.78 Manually rebased: bcm27xx/patches-6.1/950-0865-usb-dwc3-Set-DMA-and-coherent-masks-early.patch bcm27xx/patches-6.1/950-0124-Add-support-for-all-the-downstream-rpi-sound-card-dr.patch All other patches automatically rebased. Build system: x86/64 Build-tested: x86/64/AMD Cezanne, ramips/tplink_archer-a6-v3, logic/xiaomi_redmi-router-ax6000-ubootmod Run-tested: x86/64/AMD Cezanne, ramips/tplink_archer-a6-v3, logic/xiaomi_redmi-router-ax6000-ubootmod Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/patches-6.1/202-linksys-find-active-root.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/patches-6.1/202-linksys-find-active-root.patch b/target/linux/kirkwood/patches-6.1/202-linksys-find-active-root.patch
index 515bb21707..5029b1791c 100644
--- a/target/linux/kirkwood/patches-6.1/202-linksys-find-active-root.patch
+++ b/target/linux/kirkwood/patches-6.1/202-linksys-find-active-root.patch
@@ -22,7 +22,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
const char *partname;
struct device_node *pp;
int nr_parts, i, ret = 0;
-@@ -133,9 +136,15 @@ static int parse_fixed_partitions(struct
+@@ -152,9 +155,15 @@ static int parse_fixed_partitions(struct
parts[i].size = of_read_number(reg + a_cells, s_cells);
parts[i].of_node = pp;
@@ -41,7 +41,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
parts[i].name = partname;
if (of_get_property(pp, "read-only", &len))
-@@ -252,6 +261,18 @@ static int __init ofpart_parser_init(voi
+@@ -271,6 +280,18 @@ static int __init ofpart_parser_init(voi
return 0;
}