mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
fix stmmac driver names in table
This commit is contained in:
@@ -28,7 +28,7 @@ from re import compile
|
||||
DRIVER_MAP=(
|
||||
# (subdir, driver name, file prefix)
|
||||
(".", "8139too", "8139too"),
|
||||
("stmmac", "dwmac_intel", "dwmac-intel"),
|
||||
("stmmac", "dwmac-intel", "dwmac-intel"),
|
||||
(".", "e100", "e100"),
|
||||
("e1000", "e1000", "e1000_main"),
|
||||
("e1000e", "e1000e", "netdev"),
|
||||
@@ -37,7 +37,7 @@ DRIVER_MAP=(
|
||||
("igc", "igc", "igc_main"),
|
||||
(".", "r8169", "r8169"),
|
||||
("r8169", "r8169", "r8169_main"),
|
||||
("stmmac", "stmmac_pci", "stmmac_pci"),
|
||||
("stmmac", "stmmac-pci", "stmmac_pci"),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user