Fix Ethernet module file name

This commit is contained in:
Rodrigo Arias 2024-09-05 10:01:30 +02:00
parent 1787d2cede
commit bc94e6355f

View File

@ -146,7 +146,7 @@
compressor = "gzip"; compressor = "gzip";
kernelModules = [ kernelModules = [
# Load the Ethernet module by default # Load the Ethernet module by default
"xilinx_axienet_carv" "xxvnet_carv"
]; ];
# Custom init script # Custom init script