[openwrt/openwrt] mediatek: filogic: enable mstc-boot mtdsplit parser
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 20 07:14:05 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/76143aec0977fca00175bde4147255c6baec7249
commit 76143aec0977fca00175bde4147255c6baec7249
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Mon Apr 28 18:45:36 2025 +0900
mediatek: filogic: enable mstc-boot mtdsplit parser
Enable mstc-boot mtdsplit parser on mediatek/filogic subtarget to handle
dual-boot on ELECOM WRC-X3000GS3.
Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18976
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/mediatek/filogic/config-6.12 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mediatek/filogic/config-6.12 b/target/linux/mediatek/filogic/config-6.12
index ad8b272ebf..3feaf0f865 100644
--- a/target/linux/mediatek/filogic/config-6.12
+++ b/target/linux/mediatek/filogic/config-6.12
@@ -281,6 +281,7 @@ CONFIG_MTD_SPI_NAND=y
CONFIG_MTD_SPI_NOR=y
CONFIG_MTD_SPLIT_FIRMWARE=y
CONFIG_MTD_SPLIT_FIT_FW=y
+CONFIG_MTD_SPLIT_MSTC_BOOT=y
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_BEB_LIMIT=20
CONFIG_MTD_UBI_BLOCK=y
More information about the lede-commits
mailing list