[openwrt/openwrt] mediatek: refresh patches
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 2 03:12:49 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a8ecd8a909019ffc10cb0b17da1959edfdccb9b9
commit a8ecd8a909019ffc10cb0b17da1959edfdccb9b9
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri Aug 2 10:01:26 2024 +0200
mediatek: refresh patches
CI says patches need to be refreshed, so do so.
Fixes: 6bb334c5cf1c ("mediatek: fix u-boot env layout NVMEM definitions")
Link: https://github.com/openwrt/openwrt/pull/16051
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../linux/mediatek/patches-6.6/041-block-fit-partition-parser.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/mediatek/patches-6.6/041-block-fit-partition-parser.patch b/target/linux/mediatek/patches-6.6/041-block-fit-partition-parser.patch
index 72233d5fcd..de91497a85 100644
--- a/target/linux/mediatek/patches-6.6/041-block-fit-partition-parser.patch
+++ b/target/linux/mediatek/patches-6.6/041-block-fit-partition-parser.patch
@@ -92,7 +92,7 @@ Subject: [PATCH] kernel: add block fit partition parser
#ifdef CONFIG_SGI_PARTITION
sgi_partition,
#endif
-@@ -462,6 +468,11 @@ static struct block_device *add_partitio
+@@ -464,6 +470,11 @@ static struct block_device *add_partitio
goto out_del;
}
@@ -104,7 +104,7 @@ Subject: [PATCH] kernel: add block fit partition parser
/* everything is up and running, commence */
err = xa_insert(&disk->part_tbl, partno, bdev, GFP_KERNEL);
if (err)
-@@ -654,6 +665,11 @@ static bool blk_add_partition(struct gen
+@@ -656,6 +667,11 @@ static bool blk_add_partition(struct gen
(state->parts[p].flags & ADDPART_FLAG_RAID))
md_autodetect_dev(part->bd_dev);
More information about the lede-commits
mailing list