diff options
author | Sander Vanheule <sander@svanheule.net> | 2020-07-11 13:13:40 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2020-09-09 20:41:50 +0300 |
commit | b71668f96abf3ba6b717f46028567944eb2fef77 (patch) | |
tree | 5cf7058435748193cd8dd90cc5642da5b48da3b5 /target/linux | |
parent | 3f7047db7aafd0846ccddf102aad32ea13588cfb (diff) | |
download | upstream-b71668f96abf3ba6b717f46028567944eb2fef77.tar.gz upstream-b71668f96abf3ba6b717f46028567944eb2fef77.tar.bz2 upstream-b71668f96abf3ba6b717f46028567944eb2fef77.zip |
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@svanheule.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/ath79/config-5.4 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |