diff options
| author | Linus Walleij | 2026-02-03 17:20:44 +0000 |
|---|---|---|
| committer | Linus Walleij | 2026-02-11 07:47:45 +0000 |
| commit | 980c3ddac856357588b449ccc932bb913db01b3c (patch) | |
| tree | 7d5717c1d6d84b2141174766d694b97b53f8adb2 | |
| parent | c9ab6ffada5db983c3f5a5a2d902926b5fefb677 (diff) | |
| download | openwrt-980c3ddac856357588b449ccc932bb913db01b3c.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
(cherry picked from commit eb0a1a3a8982e25575b7bae214517ce41240bb89)
Link: https://github.com/openwrt/openwrt/pull/21973
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 c63777d609..752015659f 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 |