mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 22:50:51 +10:00
Fix Thunderbolt Ethernet support on MacBookAir4,x
Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/268
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
- Add FireWire Boot Support for Catalina and newer
|
- Add FireWire Boot Support for Catalina and newer
|
||||||
- Add NVMe firmware support for older models (ie. MacPro3,1)
|
- Add NVMe firmware support for older models (ie. MacPro3,1)
|
||||||
- OpenCore must be stored on a bootable volume (ie. USB or SATA)
|
- OpenCore must be stored on a bootable volume (ie. USB or SATA)
|
||||||
|
- Fix Thunderbolt Ethernet support on MacBookAir4,x
|
||||||
|
|
||||||
## 0.1.6
|
## 0.1.6
|
||||||
- Add XHCI UEFI Driver for 3rd Party USB 3.0 Controllers
|
- Add XHCI UEFI Driver for 3rd Party USB 3.0 Controllers
|
||||||
|
|||||||
@@ -152,6 +152,8 @@ EthernetMarvell = [
|
|||||||
"Dortania1,1"
|
"Dortania1,1"
|
||||||
]
|
]
|
||||||
EthernetBroadcom = [
|
EthernetBroadcom = [
|
||||||
|
"MacBookAir4,1",
|
||||||
|
"MacBookAir4,2",
|
||||||
"MacBookPro6,1",
|
"MacBookPro6,1",
|
||||||
"MacBookPro6,2",
|
"MacBookPro6,2",
|
||||||
"MacBookPro7,1",
|
"MacBookPro7,1",
|
||||||
|
|||||||
Reference in New Issue
Block a user