summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/config
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-05-07 16:58:35 +0200
committerChristian Breunig <christian@breunig.cc>2026-05-08 22:42:37 +0200
commit6b962b7043b26260500e98d882e3ee1c165627c2 (patch)
treebd2960f0ef616b3ab5c426ecd1b2f98c5dd1fb8c /scripts/package-build/linux-kernel/config
parent446990644bf2e84e8f508855bef2c444b0758083 (diff)
downloadvyos-build-6b962b7043b26260500e98d882e3ee1c165627c2.tar.gz
vyos-build-6b962b7043b26260500e98d882e3ee1c165627c2.zip
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.
Diffstat (limited to 'scripts/package-build/linux-kernel/config')
-rw-r--r--scripts/package-build/linux-kernel/config/arm64/vyos_defconfig3
-rw-r--r--scripts/package-build/linux-kernel/config/x86/vyos_defconfig3
2 files changed, 2 insertions, 4 deletions
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