summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/package.toml
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/package.toml
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/package.toml')
-rw-r--r--scripts/package-build/linux-kernel/package.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/package-build/linux-kernel/package.toml b/scripts/package-build/linux-kernel/package.toml
index ffed8b39..834f97c2 100644
--- a/scripts/package-build/linux-kernel/package.toml
+++ b/scripts/package-build/linux-kernel/package.toml
@@ -53,6 +53,12 @@ scm_url = "http://github.com/intel/ethernet-linux-ixgbevf"
build_cmd = "build_intel_ixgbevf"
[[packages]]
+name = "i40e"
+commit_id = "v2.28.16"
+scm_url = "http://github.com/intel/ethernet-linux-i40e"
+build_cmd = "build_intel_i40e"
+
+[[packages]]
name = "jool"
commit_id = ""
scm_url = ""