parent
0ce07b1fdb
commit
d06ced8a24
|
|
@ -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