mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
Sync OpenCorePkg
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
## 1.5.0
|
## 1.5.0
|
||||||
|
- Increment Binaries:
|
||||||
|
- OpenCorePkg 0.9.9 - release
|
||||||
|
|
||||||
## 1.4.2
|
## 1.4.2
|
||||||
- Resolve Auto-Join support for Modern Wireless on macOS 14.4
|
- Resolve Auto-Join support for Modern Wireless on macOS 14.4
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -48,6 +48,7 @@ UNUSED_DRIVERS = [
|
|||||||
"DnsDxe.efi",
|
"DnsDxe.efi",
|
||||||
"Dhcp4Dxe.efi",
|
"Dhcp4Dxe.efi",
|
||||||
"ArpDxe.efi",
|
"ArpDxe.efi",
|
||||||
|
"FirmwareSettingsEntry.efi",
|
||||||
]
|
]
|
||||||
|
|
||||||
UNUSED_TOOLS = [
|
UNUSED_TOOLS = [
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -28,7 +28,7 @@ class Constants:
|
|||||||
|
|
||||||
# OpenCore Versioning
|
# OpenCore Versioning
|
||||||
# https://github.com/acidanthera/OpenCorePkg
|
# https://github.com/acidanthera/OpenCorePkg
|
||||||
self.opencore_version: str = "0.9.7"
|
self.opencore_version: str = "0.9.9"
|
||||||
|
|
||||||
# Kext Versioning
|
# Kext Versioning
|
||||||
## Acidanthera
|
## Acidanthera
|
||||||
|
|||||||
Reference in New Issue
Block a user