diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-10-20 07:47:54 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-10-20 09:53:23 +0200 |
commit | 329b583aad489c7aafef672a816e43eac4f9d437 (patch) | |
tree | cdbc42eec707e0c4e00d063db1993ba98087960a /target | |
parent | b1cc4eac1bc82086cb2569deecb1c68678011ab3 (diff) | |
download | upstream-329b583aad489c7aafef672a816e43eac4f9d437.tar.gz upstream-329b583aad489c7aafef672a816e43eac4f9d437.tar.bz2 upstream-329b583aad489c7aafef672a816e43eac4f9d437.zip |
ath79: refresh kernel patches
Refresh dirty patches after commit 711f1a8bcbdd ("kernel: mtd: backport
SafeLoader parser").
Fixes: 711f1a8bcbdd ("kernel: mtd: backport SafeLoader parser")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/patches-5.15/401-mtd-nor-support-mtd-name-from-device-tree.patch | 2 | ||||
-rw-r--r-- | target/linux/ath79/patches-5.15/404-mtd-cybertan-trx-parser.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/patches-5.15/401-mtd-nor-support-mtd-name-from-device-tree.patch b/target/linux/ath79/patches-5.15/401-mtd-nor-support-mtd-name-from-device-tree.patch index 92f5116a8e..5ff2a61c7a 100644 --- a/target/linux/ath79/patches-5.15/401-mtd-nor-support-mtd-name-from-device-tree.patch +++ b/target/linux/ath79/patches-5.15/401-mtd-nor-support-mtd-name-from-device-tree.patch @@ -34,7 +34,7 @@ Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> mtd->type = MTD_NORFLASH; --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c -@@ -851,6 +851,17 @@ out_error: +@@ -843,6 +843,17 @@ out_error: */ static void mtd_set_dev_defaults(struct mtd_info *mtd) { diff --git a/target/linux/ath79/patches-5.15/404-mtd-cybertan-trx-parser.patch b/target/linux/ath79/patches-5.15/404-mtd-cybertan-trx-parser.patch index cfc017871f..4e8e536e29 100644 --- a/target/linux/ath79/patches-5.15/404-mtd-cybertan-trx-parser.patch +++ b/target/linux/ath79/patches-5.15/404-mtd-cybertan-trx-parser.patch @@ -25,7 +25,7 @@ Submitted-by: Christian Lamparter <chunkeey@gmail.com> +obj-$(CONFIG_MTD_PARSER_CYBERTAN) += parser_cybertan.o obj-$(CONFIG_MTD_PARSER_IMAGETAG) += parser_imagetag.o obj-$(CONFIG_MTD_AFS_PARTS) += afs.o - obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o + obj-$(CONFIG_MTD_PARSER_TPLINK_SAFELOADER) += tplink_safeloader.o --- a/drivers/mtd/parsers/Kconfig +++ b/drivers/mtd/parsers/Kconfig @@ -102,6 +102,14 @@ config MTD_OF_PARTS_LINKSYS_NS |