diff options
| author | Mathias Kresin | 2018-12-06 12:26:53 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2018-12-06 12:28:47 +0000 |
| commit | 6e626477d576d5746cc6d073632aed27e8a59ed6 (patch) | |
| tree | 55318d4cfaad16c2c0b1746a2b1902e018249181 | |
| parent | dacd962cfd2e7df52d5c711e50863cfc40bf9574 (diff) | |
| download | openwrt-6e626477d576d5746cc6d073632aed27e8a59ed6.tar.gz | |
ath79: drop unused mtd splitter
Neither the seama nor the wrgg splitter are used at the moment. Drop
them for now to not bloat the target from the beginning.
Signed-off-by: Mathias Kresin <dev@kresin.me>
| -rw-r--r-- | target/linux/ath79/config-4.14 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ath79/config-4.14 b/target/linux/ath79/config-4.14 index f0365e95f8..969136ddde 100644 --- a/target/linux/ath79/config-4.14 +++ b/target/linux/ath79/config-4.14 @@ -168,10 +168,8 @@ CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y 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_SPLIT_WRGG_FW=y CONFIG_MTD_TPLINK_PARTS=y CONFIG_MTD_VIRT_CONCAT=y CONFIG_NEED_DMA_MAP_STATE=y |