[openwrt/openwrt] kernel: Add necessary CONFIG_MTD_SPLIT config option
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 3 09:25:31 PST 2026
linusw pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eb0a1a3a8982e25575b7bae214517ce41240bb89
commit eb0a1a3a8982e25575b7bae214517ce41240bb89
Author: Linus Walleij <linusw at kernel.org>
AuthorDate: Tue Feb 3 18:20:44 2026 +0100
kernel: Add necessary CONFIG_MTD_SPLIT config option
Buils break without this new config, mea culpa.
Link: https://github.com/openwrt/openwrt/pull/21855
Signed-off-by: Linus Walleij <linusw at kernel.org>
---
target/linux/generic/config-6.12 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12
index 0197554a06..d016433e1b 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -3922,6 +3922,7 @@ CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware"
# CONFIG_MTD_SPLIT_LZMA_FW is not set
# CONFIG_MTD_SPLIT_MINOR_FW is not set
# CONFIG_MTD_SPLIT_MSTC_BOOT is not set
+# CONFIG_MTD_SPLIT_OPENWRT_PROLOG is not set
# CONFIG_MTD_SPLIT_SEAMA_FW is not set
# CONFIG_MTD_SPLIT_SEIL_FW is not set
CONFIG_MTD_SPLIT_SQUASHFS_ROOT=y
More information about the lede-commits
mailing list