From 6b962b7043b26260500e98d882e3ee1c165627c2 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 7 May 2026 16:58:35 +0200 Subject: Kernel: T6847: add Intel I40E out-of-tree Kernel driver with custom patches The current version of the Intel i40e driver does not compile with a recent LTS Kernel due to missing internal Kernel API adjustments in the Intel driver. This commit contains custom patches to make the driver build. --- scripts/package-build/linux-kernel/config/arm64/vyos_defconfig | 3 +-- scripts/package-build/linux-kernel/config/x86/vyos_defconfig | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts/package-build/linux-kernel/config') diff --git a/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig b/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig index 3afde45c..7f7d1d58 100644 --- a/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig +++ b/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig @@ -1832,8 +1832,7 @@ CONFIG_IGB_HWMON=y CONFIG_IGBVF=m # CONFIG_IXGBE is not set # CONFIG_IXGBEVF is not set -CONFIG_I40E=m -# CONFIG_I40E_DCB is not set +# CONFIG_I40E is not set CONFIG_IAVF=m CONFIG_I40EVF=m CONFIG_ICE=m diff --git a/scripts/package-build/linux-kernel/config/x86/vyos_defconfig b/scripts/package-build/linux-kernel/config/x86/vyos_defconfig index 7631bf28..0b9cbb24 100644 --- a/scripts/package-build/linux-kernel/config/x86/vyos_defconfig +++ b/scripts/package-build/linux-kernel/config/x86/vyos_defconfig @@ -1717,8 +1717,7 @@ CONFIG_IGB_DCA=y CONFIG_IGBVF=m # CONFIG_IXGBE is not set # CONFIG_IXGBEVF is not set -CONFIG_I40E=m -# CONFIG_I40E_DCB is not set +# CONFIG_I40E is not set CONFIG_IAVF=m CONFIG_I40EVF=m CONFIG_ICE=m -- cgit v1.2.3