mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 05:40:01 +10:00
Add Aquantia
This commit is contained in:
@@ -73,6 +73,10 @@ class Constants:
|
||||
self.bigsursdxc_version: str = "1.0.0" # BigSurSDXC
|
||||
self.monterey_ahci_version: str = "1.0.0" # CatalinaAHCI
|
||||
|
||||
## Apple - Jazzzny Modified
|
||||
self.aquantia_version: str = "1.0.0" # AppleEthernetAbuantiaAqtion
|
||||
self.aquantiafirmware_version: str = "1.0.0" # AppleEthernetAbuantiaAqtionFirmware
|
||||
|
||||
## Dortania
|
||||
## https://github.com/dortania
|
||||
self.backlight_injector_version: str = "1.1.0" # BacklightInjector
|
||||
@@ -341,6 +345,14 @@ class Constants:
|
||||
@property
|
||||
def bcm570_path(self):
|
||||
return self.payload_kexts_path / Path(f"Ethernet/CatalinaBCM5701Ethernet-v{self.bcm570_version}.zip")
|
||||
|
||||
@property
|
||||
def aquantia_path(self):
|
||||
return self.payload_kexts_path / Path(f"Ethernet/AppleEthernetAbuantiaAqtion-v{self.aquantia_version}.zip")
|
||||
|
||||
@property
|
||||
def aquantiafirmware_path(self):
|
||||
return self.payload_kexts_path / Path(f"Ethernet/AppleEthernetAbuantiaAqtionFirmware-v{self.aquantiafirmware_version}.zip")
|
||||
|
||||
@property
|
||||
def i210_path(self):
|
||||
|
||||
Reference in New Issue
Block a user