[openwrt/openwrt] ramips: enable mtd virtual concat support for mt76x8 subtarget

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 6 08:55:10 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4eeecf41cf4a855a07b3df57890a6f6528f00e36

commit 4eeecf41cf4a855a07b3df57890a6f6528f00e36
Author: Maxim Anisimov <maxim.anisimov.ua at gmail.com>
AuthorDate: Fri Dec 30 15:29:30 2022 +0300

    ramips: enable mtd virtual concat support for mt76x8 subtarget
    
    This is required for upcoming Keenetic KN-1613 support
    
    Signed-off-by: Maxim Anisimov <maxim.anisimov.ua at gmail.com>
---
 target/linux/ramips/mt76x8/config-5.10 | 1 +
 target/linux/ramips/mt76x8/config-5.15 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/ramips/mt76x8/config-5.10 b/target/linux/ramips/mt76x8/config-5.10
index b6687f8949..514c674615 100644
--- a/target/linux/ramips/mt76x8/config-5.10
+++ b/target/linux/ramips/mt76x8/config-5.10
@@ -117,6 +117,7 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_MTD_SPLIT_TPLINK_FW=y
 CONFIG_MTD_SPLIT_UIMAGE_FW=y
+CONFIG_MTD_VIRT_CONCAT=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_PER_CPU_KM=y
 CONFIG_NET_RALINK_ESW_RT3050=y
diff --git a/target/linux/ramips/mt76x8/config-5.15 b/target/linux/ramips/mt76x8/config-5.15
index 0734bee16e..5a82edfb10 100644
--- a/target/linux/ramips/mt76x8/config-5.15
+++ b/target/linux/ramips/mt76x8/config-5.15
@@ -118,6 +118,7 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_MTD_SPLIT_TPLINK_FW=y
 CONFIG_MTD_SPLIT_UIMAGE_FW=y
+CONFIG_MTD_VIRT_CONCAT=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_PER_CPU_KM=y
 CONFIG_NET_RALINK_ESW_RT3050=y




More information about the lede-commits mailing list