diff options
author | cuongdt1994 <63875204+cuongdt1994@users.noreply.github.com> | 2023-06-27 11:53:44 +0700 |
---|---|---|
committer | cuongdt1994 <63875204+cuongdt1994@users.noreply.github.com> | 2023-06-27 11:53:44 +0700 |
commit | 4cc02e6e2f4574c29207c8d3a9e9c457b86a7c52 (patch) | |
tree | 0c8230160d4666f510a98eadcd1fe10f928a4fa8 | |
parent | a8edbbeeef9ea641fb8b7a525fe8e465bd7162a4 (diff) | |
download | vyos-build-4cc02e6e2f4574c29207c8d3a9e9c457b86a7c52.tar.gz vyos-build-4cc02e6e2f4574c29207c8d3a9e9c457b86a7c52.zip |
Kernel: T5310: add stmicro driver support
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.
-rw-r--r-- | packages/linux-kernel/x86_64_vyos_defconfig | 6 |
1 files changed, 5 insertions, 1 deletions
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 # |