diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-10-18 22:37:46 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-10-27 12:34:19 +0200 |
commit | b4bc9eb837981c784f8bbf243cd76deed2414ab1 (patch) | |
tree | 8bdeee8622faede6845b23fb097708832f4a1ddc /target/linux/ath79 | |
parent | 18c77387c526b06211ee1f91caf1e8f871eb7d4b (diff) | |
download | upstream-b4bc9eb837981c784f8bbf243cd76deed2414ab1.tar.gz upstream-b4bc9eb837981c784f8bbf243cd76deed2414ab1.tar.bz2 upstream-b4bc9eb837981c784f8bbf243cd76deed2414ab1.zip |
kernel: mtd: backport SafeLoader parser
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 711f1a8bcbdde1ee9e2934d707fb1765fc644268)
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/ath79/patches-5.10/404-mtd-cybertan-trx-parser.patch | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10 index 8c662173ef..dcbc5d4570 100644 --- a/target/linux/ath79/config-5.10 +++ b/target/linux/ath79/config-5.10 @@ -128,6 +128,7 @@ CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set CONFIG_MTD_PARSER_CYBERTAN=y +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_ELF_FW=y diff --git a/target/linux/ath79/patches-5.10/404-mtd-cybertan-trx-parser.patch b/target/linux/ath79/patches-5.10/404-mtd-cybertan-trx-parser.patch index 923589661e..540e134ef0 100644 --- a/target/linux/ath79/patches-5.10/404-mtd-cybertan-trx-parser.patch +++ b/target/linux/ath79/patches-5.10/404-mtd-cybertan-trx-parser.patch @@ -7,7 +7,7 @@ +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 |