[openwrt/openwrt] kernel: add recently introduced CONFIG_MTD_SPLIT_ELF_FW

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 9 16:09:28 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4d747f54955a2bec61c50b6d1485f50b809fd777

commit 4d747f54955a2bec61c50b6d1485f50b809fd777
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Sep 9 22:04:47 2020 +0200

    kernel: add recently introduced CONFIG_MTD_SPLIT_ELF_FW
    
    The config symbol was introduced in drivers, but not added to
    generic kernel config files. This will halt build asking for the
    value.
    
    Fix it by adding the value (setting it to disabled).
    
    Fixes: 3f7047db7aaf ("kernel: mtdsplit: support ELF loader splitting")
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/generic/config-4.19 | 1 +
 target/linux/generic/config-5.4  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19
index cb613f6323..d4a942f9aa 100644
--- a/target/linux/generic/config-4.19
+++ b/target/linux/generic/config-4.19
@@ -3033,6 +3033,7 @@ CONFIG_MTD_SPI_NOR_USE_4K_SECTORS_LIMIT=4096
 CONFIG_MTD_SPLIT=y
 # CONFIG_MTD_SPLIT_BCM_WFI_FW is not set
 # CONFIG_MTD_SPLIT_BRNIMAGE_FW is not set
+# CONFIG_MTD_SPLIT_ELF_FW is not set
 # CONFIG_MTD_SPLIT_EVA_FW is not set
 # CONFIG_MTD_SPLIT_FIRMWARE is not set
 CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware"
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index d543819aad..6f63b8c5dd 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -3259,6 +3259,7 @@ CONFIG_MTD_SPI_NOR_USE_4K_SECTORS_LIMIT=4096
 CONFIG_MTD_SPLIT=y
 # CONFIG_MTD_SPLIT_BCM_WFI_FW is not set
 # CONFIG_MTD_SPLIT_BRNIMAGE_FW is not set
+# CONFIG_MTD_SPLIT_ELF_FW is not set
 # CONFIG_MTD_SPLIT_EVA_FW is not set
 # CONFIG_MTD_SPLIT_FIRMWARE is not set
 CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware"



More information about the lede-commits mailing list