mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add support for Broadcom BCM57XX Ethernet series
This commit is contained in:
@@ -178,6 +178,8 @@ class KextMaestro:
|
||||
selected_kexts.append("RealtekRTL8111")
|
||||
elif 180 < ethernet_pci < 219:
|
||||
selected_kexts.append("AppleIGB")
|
||||
elif 218 < ethernet_pci < 248:
|
||||
selected_kexts.append("AppleBCM57XXEthernet")
|
||||
|
||||
if not ethernet_pci:
|
||||
selected_kexts.append("NullEthernet")
|
||||
|
||||
Reference in New Issue
Block a user