mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
Merge pull request #1084 from Jazzzny/aquantia-update
Update Aquantia Patch
This commit is contained in:
@@ -1585,7 +1585,7 @@
|
||||
<key>Arch</key>
|
||||
<string>x86_64</string>
|
||||
<key>Comment</key>
|
||||
<string>Aquantia Ethernet Patch - Core</string>
|
||||
<string>Aquantia Ethernet Patch</string>
|
||||
<key>Enabled</key>
|
||||
<false/>
|
||||
<key>MaxKernel</key>
|
||||
@@ -1599,24 +1599,6 @@
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</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>
|
||||
<key>Block</key>
|
||||
<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
|
||||
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:
|
||||
|
||||
@@ -74,8 +74,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
|
||||
@@ -350,10 +349,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