mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
sys-kernel/coreos-modules: Enable CONFIG_IGC=y
This adds the Intel IGC driver for 2.5G NICs (I225/I226). Fedora CoreOS comes with those drivers as well: ``` core@localhost:~$ cat /etc/os-release | grep PRETTY_NAME PRETTY_NAME="Fedora CoreOS 39.20240225.3.0" core@localhost:~$ lsmod | grep igc igc 192512 0 ```
This commit is contained in:
parent
bf0ea52067
commit
44952365d7
@ -70,6 +70,7 @@ CONFIG_ISCSI_IBFT=y
|
||||
CONFIG_ISCSI_IBFT_FIND=y
|
||||
CONFIG_ITCO_VENDOR_SUPPORT=y
|
||||
CONFIG_ITCO_WDT=m
|
||||
CONFIG_IGC=m
|
||||
CONFIG_KERNEL_ZSTD=y
|
||||
CONFIG_KEXEC_FILE=y
|
||||
CONFIG_KPROBES_ON_FTRACE=y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user