From: Sander Vanheule Date: Sat, 11 Jul 2020 11:13:40 +0000 (+0200) Subject: ath79: enable elf mtd splitter X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b71668f96abf3ba6b717f46028567944eb2fef77;p=openwrt%2Fstaging%2Frmilecki.git 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 --- diff --git a/target/linux/ath79/config-4.19 b/target/linux/ath79/config-4.19 index eaaedd6c512..3679f0c0c98 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 0f5352a9210..25c3a08e693 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