From 4cc02e6e2f4574c29207c8d3a9e9c457b86a7c52 Mon Sep 17 00:00:00 2001 From: cuongdt1994 <63875204+cuongdt1994@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:53:44 +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/x86_64_vyos_defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/linux-kernel/x86_64_vyos_defconfig b/packages/linux-kernel/x86_64_vyos_defconfig index a6c72ed4..6e3ed66a 100644 --- a/packages/linux-kernel/x86_64_vyos_defconfig +++ b/packages/linux-kernel/x86_64_vyos_defconfig @@ -2642,7 +2642,11 @@ CONFIG_LIBIPW=m CONFIG_IWLEGACY=m CONFIG_IWL4965=m CONFIG_IWL3945=m - +# stmicro driver +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