Adding ixgbe addon

This commit is contained in:
Fabio Belavenuto
2022-07-06 09:45:29 -03:00
parent 9b623817d5
commit 17b7e9c3d3
8 changed files with 14 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ available-for:
geminilake-4.4.180:
install-script: *script
modules: true
apollolake-4.4.180:
install-script: *script
modules: true

View File

@@ -0,0 +1,10 @@
version: 1
name: ixgbe
description: "Driver for Intel(R) 10GbE PCI Express adapters"
available-for:
apollolake-4.4.180:
install-script: &script "install.sh"
modules: true
geminilake-4.4.180:
install-script: *script
modules: true