fix stmmac driver names in table
This commit is contained in:
parent
8aee1daee3
commit
e0ffc95896
|
|
@ -34,7 +34,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"),
|
||||
|
|
@ -43,7 +43,7 @@ DRIVER_MAP=(
|
|||
("igc", "igc", "igc_main"),
|
||||
(".", "r8169", "r8169"),
|
||||
("r8169", "r8169", "r8169_main"),
|
||||
("stmmac", "stmmac_pci", "stmmac_pci"),
|
||||
("stmmac", "stmmac-pci", "stmmac_pci"),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue