[openwrt/openwrt] mediatek/filogic: enable mtd virtual concat support
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 28 13:36:10 PST 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0d651dd302cf2b6968268f27a084363b9b398760
commit 0d651dd302cf2b6968268f27a084363b9b398760
Author: Maxim Anisimov <maxim.anisimov.ua at gmail.com>
AuthorDate: Thu Oct 31 12:27:54 2024 +0300
mediatek/filogic: enable mtd virtual concat support
This is required for upcoming Keenetic KN-3911 support
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16830
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/mediatek/filogic/config-6.6 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mediatek/filogic/config-6.6 b/target/linux/mediatek/filogic/config-6.6
index 408ac5483e..85e7367f41 100644
--- a/target/linux/mediatek/filogic/config-6.6
+++ b/target/linux/mediatek/filogic/config-6.6
@@ -269,6 +269,7 @@ CONFIG_MTD_UBI_BLOCK=y
CONFIG_MTD_UBI_FASTMAP=y
CONFIG_MTD_UBI_NVMEM=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096
+CONFIG_MTD_VIRT_CONCAT=y
# CONFIG_MTK_CMDQ is not set
CONFIG_MTK_CPUX_TIMER=y
# CONFIG_MTK_CQDMA is not set
More information about the lede-commits
mailing list