diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 08:42:25 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-01 09:14:09 +0000 |
commit | e3be537a9fd4686173b1064326d7fa7d51b67662 (patch) | |
tree | 91907bf6c9a33bca2176dabafc0011cbe49450a9 /data/architectures | |
parent | 8bd0c92abf4b1991e11b33fe21bb24148cc21a60 (diff) | |
download | vyos-build-e3be537a9fd4686173b1064326d7fa7d51b67662.tar.gz vyos-build-e3be537a9fd4686173b1064326d7fa7d51b67662.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
(cherry picked from commit 36065ae874e170f3f60829b0b5348119b7e15e9a)
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" ] |