Merge branch 'realtek_device_drivers_md' into 'stable-1.5'
Add realtek drivers to table. See merge request etherlab.org/ethercat!107
This commit is contained in:
commit
1c7f2b9bdd
|
|
@ -41,9 +41,12 @@ DRIVER_MAP=(
|
|||
("igb", "igb", "igb_main"),
|
||||
("igc", "igc", "igc_main"),
|
||||
(".", "r8169", "r8169"),
|
||||
("r8169", "r8169", "r8169_main"),
|
||||
)
|
||||
|
||||
DRIVERS = tuple([x[1] for x in DRIVER_MAP])
|
||||
|
||||
DRIVERS = sorted(set([x[1] for x in DRIVER_MAP]))
|
||||
|
||||
|
||||
def compile_regex(prefix, file_extension):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue