diff options
| author | Maxim Anisimov | 2024-10-31 09:27:54 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-02-26 22:32:40 +0000 |
| commit | 13e91178616ba4cacb1300aab536ce15d70b88d3 (patch) | |
| tree | 4b7839229fb6fff9a0813e0e571d663356c8ef1b | |
| parent | d93b6a2bc23fe3842d2292326dbec5ff91c70259 (diff) | |
| download | openwrt-13e91178616ba4cacb1300aab536ce15d70b88d3.tar.gz | |
mediatek/filogic: enable mtd virtual concat support
This is required for upcoming Keenetic KN-3911 support
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16830
(cherry picked from commit 0d651dd302cf2b6968268f27a084363b9b398760)
Link: https://github.com/openwrt/openwrt/pull/18055
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/filogic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/filogic/config-6.6 b/target/linux/mediatek/filogic/config-6.6 index 8b8444175d..a450de2e79 100644 --- a/target/linux/mediatek/filogic/config-6.6 +++ b/target/linux/mediatek/filogic/config-6.6 @@ -272,6 +272,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 |