[openwrt/openwrt] x86: kernel: enable Fusion-MPT SAS driver

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 8 12:58:15 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/ba5b98fcb891e769cf94086d19ac14009193da3c

commit ba5b98fcb891e769cf94086d19ac14009193da3c
Author: Mark Carroll <git at markcarroll.net>
AuthorDate: Sat May 8 11:42:50 2021 +0000

    x86: kernel: enable Fusion-MPT SAS driver
    
    Compile in MPT SAS driver required to mount rootfs on some VMWare
    systems (e.g. required for 1&1 IONOS).
    
    Signed-off-by: Mark Carroll <git at markcarroll.net>
    (cherry picked from commit 8716dda0743454e3949b815613542a4d00fc2a09)
---
 target/linux/x86/64/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/x86/64/config-5.4 b/target/linux/x86/64/config-5.4
index d044d5f4de..4c2e591501 100644
--- a/target/linux/x86/64/config-5.4
+++ b/target/linux/x86/64/config-5.4
@@ -183,6 +183,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
 CONFIG_FREEZER=y
+CONFIG_FUSION_SAS=y
 CONFIG_GART_IOMMU=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
 CONFIG_GENERIC_CPU=y



More information about the lede-commits mailing list