diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-07 16:59:22 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-05-08 22:42:37 +0200 |
| commit | adc9b031da6c71d393e4c8320a48f0056b6110a8 (patch) | |
| tree | 101f8d66fed714ca104615cb01e8548bf43b2cd9 /scripts/package-build/linux-kernel/config | |
| parent | 6b962b7043b26260500e98d882e3ee1c165627c2 (diff) | |
| download | vyos-build-adc9b031da6c71d393e4c8320a48f0056b6110a8.tar.gz vyos-build-adc9b031da6c71d393e4c8320a48f0056b6110a8.zip | |
Kernel: T6847: add Intel ICE out-of-tree Kernel driver with custom patches
The current version of the Intel ice 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_defconfig | 3 | ||||
| -rw-r--r-- | scripts/package-build/linux-kernel/config/x86/vyos_defconfig | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig b/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig index 7f7d1d58..738c0057 100644 --- a/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig +++ b/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig @@ -1835,8 +1835,7 @@ CONFIG_IGBVF=m # CONFIG_I40E is not set CONFIG_IAVF=m CONFIG_I40EVF=m -CONFIG_ICE=m -CONFIG_ICE_SWITCHDEV=y +# CONFIG_ICE is not set # CONFIG_FM10K is not set CONFIG_IGC=m CONFIG_JME=m diff --git a/scripts/package-build/linux-kernel/config/x86/vyos_defconfig b/scripts/package-build/linux-kernel/config/x86/vyos_defconfig index 0b9cbb24..e86c3fe4 100644 --- a/scripts/package-build/linux-kernel/config/x86/vyos_defconfig +++ b/scripts/package-build/linux-kernel/config/x86/vyos_defconfig @@ -1720,9 +1720,7 @@ CONFIG_IGBVF=m # CONFIG_I40E is not set CONFIG_IAVF=m CONFIG_I40EVF=m -CONFIG_ICE=m -CONFIG_ICE_SWITCHDEV=y -CONFIG_ICE_HWTS=y +# CONFIG_ICE is not set # CONFIG_FM10K is not set CONFIG_IGC=m CONFIG_JME=m |
