diff mbox series

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

Message ID 2654208.mvXUDI8C0e@tool
State Superseded, archived
Headers show
Series [1/3] bcm63xx: kernel: enable the tplink image parser | expand

Commit Message

Daniel González Cabanelas Nov. 16, 2022, 6:04 p.m. UTC
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@gmail.com>
---
 target/linux/bcm63xx/smp/config-default | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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