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

Daniel González Cabanelas dgcbueu at gmail.com
Wed Nov 16 10:04:24 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>
---
 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..b09989da70 100644
--- a/target/linux/bcm63xx/smp/config-default
+++ b/target/linux/bcm63xx/smp/config-default
@@ -39,3 +39,4 @@ CONFIG_ZLIB_DEFLATE=y
 CONFIG_ZLIB_INFLATE=y
 CONFIG_ZSTD_COMPRESS=y
 CONFIG_ZSTD_DECOMPRESS=y
+CONFIG_MTD_SPLIT_TPLINK_FW=y
-- 
2.38.1







More information about the openwrt-devel mailing list