mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
Merge branch 'main' into sonoma-development
This commit is contained in:
@@ -70,7 +70,6 @@ class BuildWiredNetworking:
|
||||
continue
|
||||
if smbios_data.smbios_dictionary[self.model]["CPU Generation"] < cpu_data.CPUGen.ivy_bridge.value:
|
||||
support.BuildSupport(self.model, self.constants, self.config).enable_kext("AppleEthernetAbuantiaAqtion.kext", self.constants.aquantia_version, self.constants.aquantia_path)
|
||||
support.BuildSupport(self.model, self.constants, self.config).enable_kext("AppleEthernetAbuantiaAqtionFirmware.kext", self.constants.aquantiafirmware_version, self.constants.aquantiafirmware_path)
|
||||
|
||||
|
||||
def _prebuilt_assumption(self) -> None:
|
||||
|
||||
@@ -77,8 +77,7 @@ class Constants:
|
||||
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
|
||||
self.aquantia_version: str = "1.1.0" # AppleEthernetAbuantiaAqtion
|
||||
|
||||
## Dortania
|
||||
## https://github.com/dortania
|
||||
@@ -356,10 +355,6 @@ class Constants:
|
||||
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):
|
||||
return self.payload_kexts_path / Path(f"Ethernet/CatalinaIntelI210Ethernet-v{self.i210_version}.zip")
|
||||
|
||||
Reference in New Issue
Block a user