[PATCH v3 1/3] bcm63xx: kernel: enable the tplink image parser

Daniel González Cabanelas dgcbueu at gmail.com
Tue Nov 29 13:09:37 PST 2022


Enable the tplink mtd firmware splitter to allow booting images with
tplink headers. 

Since known devices with these headers are dual core, only enable this
driver in the SMP subtarget.

Signed-off-by: Daniel González Cabanelas <dgcbueu at gmail.com>
---
Changes in v2: no changes
Changes in v3: cosmetic

 target/linux/bcm63xx/smp/config-default | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bcm63xx/smp/config-default b/target/linux/bcm63xx/smp/config-default
index a6eae6e41d..15135f01a6 100644
--- a/target/linux/bcm63xx/smp/config-default
+++ b/target/linux/bcm63xx/smp/config-default
@@ -19,6 +19,7 @@ CONFIG_MTD_NAND_CORE=y
 CONFIG_MTD_NAND_ECC_SW_HAMMING=y
 CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_SPLIT_BCM_WFI_FW=y
+CONFIG_MTD_SPLIT_TPLINK_FW=y
 CONFIG_MTD_UBI=y
 CONFIG_MTD_UBI_BEB_LIMIT=20
 CONFIG_MTD_UBI_BLOCK=y
-- 
2.38.1







More information about the openwrt-devel mailing list