[openwrt/openwrt] realtek: rtl839x: enable driver for virtual mtd_concat devices in config

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 13:28:53 PST 2023


svanheule pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/79e0b503a4acfc2dcda329243409219322a19c2c

commit 79e0b503a4acfc2dcda329243409219322a19c2c
Author: Davide Fioravanti <pantanastyle at gmail.com>
AuthorDate: Thu Jan 5 15:45:40 2023 +0100

    realtek: rtl839x: enable driver for virtual mtd_concat devices in config
    
    Enable the driver for the rtl839x target. It's required at least for
    Netgear GS750E
    
    Signed-off-by: Davide Fioravanti <pantanastyle at gmail.com>
---
 target/linux/realtek/rtl839x/config-5.10 | 1 +
 target/linux/realtek/rtl839x/config-5.15 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/realtek/rtl839x/config-5.10 b/target/linux/realtek/rtl839x/config-5.10
index ad43e4523c..ad2ed1e590 100644
--- a/target/linux/realtek/rtl839x/config-5.10
+++ b/target/linux/realtek/rtl839x/config-5.10
@@ -151,6 +151,7 @@ CONFIG_MTD_SPLIT_EVA_FW=y
 CONFIG_MTD_SPLIT_FIRMWARE=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_DEVLINK=y
diff --git a/target/linux/realtek/rtl839x/config-5.15 b/target/linux/realtek/rtl839x/config-5.15
index 95f3a45bad..b16476c3c6 100644
--- a/target/linux/realtek/rtl839x/config-5.15
+++ b/target/linux/realtek/rtl839x/config-5.15
@@ -154,6 +154,7 @@ CONFIG_MTD_SPLIT_EVA_FW=y
 CONFIG_MTD_SPLIT_FIRMWARE=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_NET_DEVLINK=y
 CONFIG_NET_DSA=y




More information about the lede-commits mailing list