diff options
| author | Linus Walleij | 2026-02-03 17:20:44 +0000 |
|---|---|---|
| committer | Linus Walleij | 2026-02-03 17:25:10 +0000 |
| commit | eb0a1a3a8982e25575b7bae214517ce41240bb89 (patch) | |
| tree | cd9aafe08b7308b59f25b11423a7431fbed4aeff | |
| parent | c579e1d04c35dc767964901b384d7bf42f672668 (diff) | |
| download | nbd-eb0a1a3a8982e25575b7bae214517ce41240bb89.tar.gz | |
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@kernel.org>
| -rw-r--r-- | target/linux/generic/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |