mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Merge branch 'main' into sonoma-development
This commit is contained in:
@@ -1657,7 +1657,7 @@
|
|||||||
<key>Arch</key>
|
<key>Arch</key>
|
||||||
<string>x86_64</string>
|
<string>x86_64</string>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>Aquantia Ethernet Patch - Core</string>
|
<string>Aquantia Ethernet Patch</string>
|
||||||
<key>Enabled</key>
|
<key>Enabled</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>MaxKernel</key>
|
<key>MaxKernel</key>
|
||||||
@@ -1671,24 +1671,6 @@
|
|||||||
<key>PlistPath</key>
|
<key>PlistPath</key>
|
||||||
<string>Contents/Info.plist</string>
|
<string>Contents/Info.plist</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
|
||||||
<key>Arch</key>
|
|
||||||
<string>x86_64</string>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>Aquantia Ethernet Patch - Firmware</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<false/>
|
|
||||||
<key>MaxKernel</key>
|
|
||||||
<string></string>
|
|
||||||
<key>MinKernel</key>
|
|
||||||
<string>21.4.0</string>
|
|
||||||
<key>BundlePath</key>
|
|
||||||
<string>AppleEthernetAbuantiaAqtionFirmware.kext</string>
|
|
||||||
<key>ExecutablePath</key>
|
|
||||||
<string>Contents/MacOS/AppleEthernetAbuantiaAqtionFirmware</string>
|
|
||||||
<key>PlistPath</key>
|
|
||||||
<string>Contents/Info.plist</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
</array>
|
||||||
<key>Block</key>
|
<key>Block</key>
|
||||||
<array>
|
<array>
|
||||||
|
|||||||
Binary file not shown.
BIN
payloads/Kexts/Ethernet/AppleEthernetAbuantiaAqtion-v1.1.0.zip
Normal file
BIN
payloads/Kexts/Ethernet/AppleEthernetAbuantiaAqtion-v1.1.0.zip
Normal file
Binary file not shown.
Binary file not shown.
@@ -70,7 +70,6 @@ class BuildWiredNetworking:
|
|||||||
continue
|
continue
|
||||||
if smbios_data.smbios_dictionary[self.model]["CPU Generation"] < cpu_data.CPUGen.ivy_bridge.value:
|
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("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:
|
def _prebuilt_assumption(self) -> None:
|
||||||
|
|||||||
@@ -77,8 +77,7 @@ class Constants:
|
|||||||
self.monterey_ahci_version: str = "1.0.0" # CatalinaAHCI
|
self.monterey_ahci_version: str = "1.0.0" # CatalinaAHCI
|
||||||
|
|
||||||
## Apple - Jazzzny Modified
|
## Apple - Jazzzny Modified
|
||||||
self.aquantia_version: str = "1.0.0" # AppleEthernetAbuantiaAqtion
|
self.aquantia_version: str = "1.1.0" # AppleEthernetAbuantiaAqtion
|
||||||
self.aquantiafirmware_version: str = "1.0.0" # AppleEthernetAbuantiaAqtionFirmware
|
|
||||||
|
|
||||||
## Dortania
|
## Dortania
|
||||||
## https://github.com/dortania
|
## https://github.com/dortania
|
||||||
@@ -356,10 +355,6 @@ class Constants:
|
|||||||
def aquantia_path(self):
|
def aquantia_path(self):
|
||||||
return self.payload_kexts_path / Path(f"Ethernet/AppleEthernetAbuantiaAqtion-v{self.aquantia_version}.zip")
|
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
|
@property
|
||||||
def i210_path(self):
|
def i210_path(self):
|
||||||
return self.payload_kexts_path / Path(f"Ethernet/CatalinaIntelI210Ethernet-v{self.i210_version}.zip")
|
return self.payload_kexts_path / Path(f"Ethernet/CatalinaIntelI210Ethernet-v{self.i210_version}.zip")
|
||||||
|
|||||||
Reference in New Issue
Block a user