[PATCH v2 1/4] bmips: bcm6328: Compile in uImage splitter

Linus Walleij linus.walleij at linaro.org
Thu Apr 25 13:12:48 PDT 2024


Since we split the Inteno XG6846 "firmware" partition with the
uImage MTD splitter, we need to compile in support for this
splitting method into the BCM6328.

Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 target/linux/bmips/bcm6328/config-6.1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bmips/bcm6328/config-6.1 b/target/linux/bmips/bcm6328/config-6.1
index 5b33e932360f..de7784e80ab1 100644
--- a/target/linux/bmips/bcm6328/config-6.1
+++ b/target/linux/bmips/bcm6328/config-6.1
@@ -170,6 +170,7 @@ CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_MTD_SPLIT_BCM63XX_FW=y
 CONFIG_MTD_SPLIT_BCM_WFI_FW=y
+CONFIG_MTD_SPLIT_UIMAGE_FW=y
 CONFIG_MTD_UBI=y
 CONFIG_MTD_UBI_BEB_LIMIT=20
 CONFIG_MTD_UBI_BLOCK=y

-- 
2.44.0




More information about the openwrt-devel mailing list