diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-10-18 22:37:46 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-11-02 08:31:52 +0100 |
commit | ab26cddca2e45911a980a60afaee889bd1353a6e (patch) | |
tree | 891e819a5a5d203b3139f55c5c535b197ccec747 /target/linux/ramips | |
parent | 3e8a713bc4f623afba5afc1f6e323251ad395690 (diff) | |
download | upstream-ab26cddca2e45911a980a60afaee889bd1353a6e.tar.gz upstream-ab26cddca2e45911a980a60afaee889bd1353a6e.tar.bz2 upstream-ab26cddca2e45911a980a60afaee889bd1353a6e.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/ramips')
-rw-r--r-- | target/linux/ramips/mt7620/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7621/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.4 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-5.4 b/target/linux/ramips/mt7620/config-5.4 index a886875716..6ee5ce8d64 100644 --- a/target/linux/ramips/mt7620/config-5.4 +++ b/target/linux/ramips/mt7620/config-5.4 @@ -167,6 +167,7 @@ CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MT7621_WDT is not set # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y diff --git a/target/linux/ramips/mt7621/config-5.4 b/target/linux/ramips/mt7621/config-5.4 index 057c782760..642543f588 100644 --- a/target/linux/ramips/mt7621/config-5.4 +++ b/target/linux/ramips/mt7621/config-5.4 @@ -158,6 +158,7 @@ CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_NAND_CORE=y CONFIG_MTD_NAND_ECC_SW_HAMMING=y CONFIG_MTD_NAND_MT7621=y +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_RAW_NAND=y CONFIG_MTD_ROUTERBOOT_PARTS=y diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4 index dfd01598ad..0c53b6f8b4 100644 --- a/target/linux/ramips/mt76x8/config-5.4 +++ b/target/linux/ramips/mt76x8/config-5.4 @@ -164,6 +164,7 @@ CONFIG_MODULES_USE_ELF_REL=y CONFIG_MT7621_WDT=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_TPLINK_FW=y |