diff options
author | David Bauer <mail@david-bauer.net> | 2020-04-27 12:18:01 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-04-27 12:20:41 +0200 |
commit | 3f5997fb2874fe5c752f3f54de12d20081c2be1b (patch) | |
tree | 653142322b1b1c6d7032858d1ad3e49ba0b306fd /target/linux/ath79/config-4.19 | |
parent | 3fdb08681b36537f430dc55743c90154790554ce (diff) | |
download | upstream-3f5997fb2874fe5c752f3f54de12d20081c2be1b.tar.gz upstream-3f5997fb2874fe5c752f3f54de12d20081c2be1b.tar.bz2 upstream-3f5997fb2874fe5c752f3f54de12d20081c2be1b.zip |
ath79: remove unused TP-Link partition parser
This parser was added with the target, but no device seems to use it
currently, as all partitions are specified in the device-tree.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/config-4.19')
-rw-r--r-- | target/linux/ath79/config-4.19 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/config-4.19 b/target/linux/ath79/config-4.19 index d92da1fbe2..cfa0ebd759 100644 --- a/target/linux/ath79/config-4.19 +++ b/target/linux/ath79/config-4.19 @@ -171,7 +171,6 @@ CONFIG_MTD_SPLIT_LZMA_FW=y CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_SPLIT_TPLINK_FW=y CONFIG_MTD_SPLIT_UIMAGE_FW=y -CONFIG_MTD_TPLINK_PARTS=y CONFIG_MTD_VIRT_CONCAT=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y |