diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 08:42:25 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-01 10:03:38 +0100 |
commit | 36065ae874e170f3f60829b0b5348119b7e15e9a (patch) | |
tree | 03f70022ab071f0c20ac1543aaca9e656528df65 /data/architectures | |
parent | 738ce141fb1c5cf77832bb93e21029b882910921 (diff) | |
download | vyos-build-36065ae874e170f3f60829b0b5348119b7e15e9a.tar.gz vyos-build-36065ae874e170f3f60829b0b5348119b7e15e9a.zip |
ixgbe: T5619: remove pci_*_pcie_error_reporting() code to work with Kernel 6.6
This fixes commit 0f80a22b5 ("T5619: Add out-of-tree Intel ixgbe driver") to
work with the latest 6.6 code base.
For more information see
https://lore.kernel.org/lkml/f90837d0-810e-5772-7841-28d47c44d260@intel.com
Diffstat (limited to 'data/architectures')
-rw-r--r-- | data/architectures/amd64.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml index 640a7f49..aa201f1d 100644 --- a/data/architectures/amd64.toml +++ b/data/architectures/amd64.toml @@ -10,6 +10,7 @@ packages = [ "grub-pc", "vyos-linux-firmware", "vyos-intel-qat", + "vyos-intel-ixgbe", "openvpn-dco", "telegraf" ] |