[openwrt/openwrt] ath79: enable elf mtd splitter

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 9 13:42:56 EDT 2020


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b71668f96abf3ba6b717f46028567944eb2fef77

commit b71668f96abf3ba6b717f46028567944eb2fef77
Author: Sander Vanheule <sander at svanheule.net>
AuthorDate: Sat Jul 11 13:13:40 2020 +0200

    ath79: enable elf mtd splitter
    
    Enabled the ELF firmware partition splitter 4.19 and 5.4 in preparation
    for the TP-Link EAP245v3 device support.
    
    Signed-off-by: Sander Vanheule <sander at svanheule.net>
---
 target/linux/ath79/config-4.19 | 1 +
 target/linux/ath79/config-5.4  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/ath79/config-4.19 b/target/linux/ath79/config-4.19
index eaaedd6c51..3679f0c0c9 100644
--- a/target/linux/ath79/config-4.19
+++ b/target/linux/ath79/config-4.19
@@ -168,6 +168,7 @@ CONFIG_MTD_M25P80=y
 CONFIG_MTD_PARSER_CYBERTAN=y
 CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_SPI_NOR=y
+CONFIG_MTD_SPLIT_ELF_FW=y
 CONFIG_MTD_SPLIT_LZMA_FW=y
 CONFIG_MTD_SPLIT_SEAMA_FW=y
 CONFIG_MTD_SPLIT_TPLINK_FW=y
diff --git a/target/linux/ath79/config-5.4 b/target/linux/ath79/config-5.4
index 0f5352a921..25c3a08e69 100644
--- a/target/linux/ath79/config-5.4
+++ b/target/linux/ath79/config-5.4
@@ -175,6 +175,7 @@ CONFIG_MTD_CMDLINE_PARTS=y
 CONFIG_MTD_PARSER_CYBERTAN=y
 CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_SPI_NOR=y
+CONFIG_MTD_SPLIT_ELF_FW=y
 CONFIG_MTD_SPLIT_LZMA_FW=y
 CONFIG_MTD_SPLIT_SEAMA_FW=y
 CONFIG_MTD_SPLIT_TPLINK_FW=y



More information about the lede-commits mailing list