From 35dec9e1bc72402a88a54f67d8bd77d20ec1cf89 Mon Sep 17 00:00:00 2001 From: John <63875204+cuongdt1994@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:19:15 +0700 Subject: Kernel: T5310: add stmicro driver support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added also additional expansion card with 2 Intel i211 NIC’s. I want to utilize all 4 NIC’s, but I have an issue because only NIC on expansion cards are properly detected. --- packages/linux-kernel/arch/x86/configs/vyos_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/linux-kernel') diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 285e6cf7..7d865871 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -2875,7 +2875,10 @@ CONFIG_LIBIPW=m CONFIG_IWLEGACY=m CONFIG_IWL4965=m CONFIG_IWL3945=m - +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_STMMAC_ETH=m +CONFIG_DWMAC_INTEL=m +CONFIG_STMMAC_PCI=m # # iwl3945 / iwl4965 Debugging Options # -- cgit v1.2.3