[openwrt/openwrt] mediatek: Add missing config options

LEDE Commits lede-commits at lists.infradead.org
Sat May 1 21:13:16 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fa93902a2399f9069d1af0ccb6178a1963383575

commit fa93902a2399f9069d1af0ccb6178a1963383575
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat May 1 22:00:15 2021 +0200

    mediatek: Add missing config options
    
    It is possible to select CONFIG_MTD_PARSER_TRX on the mediatek now. Add
    this option to the kernel configuration file.
    
    Fixes: 58c5e2566482 ("mediatek: support non standard trx magic values")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/mt7623/config-5.4 | 1 +
 target/linux/mediatek/mt7629/config-5.4 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/mediatek/mt7623/config-5.4 b/target/linux/mediatek/mt7623/config-5.4
index ab1cb388ec..54c5049d82 100644
--- a/target/linux/mediatek/mt7623/config-5.4
+++ b/target/linux/mediatek/mt7623/config-5.4
@@ -330,6 +330,7 @@ CONFIG_MODULES_USE_ELF_REL=y
 CONFIG_MTD_BLOCK2MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
 # CONFIG_MTD_NAND_MTK_BMT is not set
+# CONFIG_MTD_PARSER_TRX is not set
 CONFIG_MTD_SPI_NOR=y
 CONFIG_MTD_SPLIT_FIRMWARE=y
 CONFIG_MTD_SPLIT_UIMAGE_FW=y
diff --git a/target/linux/mediatek/mt7629/config-5.4 b/target/linux/mediatek/mt7629/config-5.4
index 55544506b5..5362dddb28 100644
--- a/target/linux/mediatek/mt7629/config-5.4
+++ b/target/linux/mediatek/mt7629/config-5.4
@@ -240,6 +240,7 @@ CONFIG_MTD_NAND_CORE=y
 CONFIG_MTD_NAND_ECC_SW_HAMMING=y
 CONFIG_MTD_NAND_MTK=y
 # CONFIG_MTD_NAND_MTK_BMT is not set
+# CONFIG_MTD_PARSER_TRX is not set
 CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_SPI_NAND=y
 CONFIG_MTD_SPI_NOR=y



More information about the lede-commits mailing list