Add AMFIPass kext required when using IOSkywalkFamily and IO80211FamilyLegacy kexts

This commit is contained in:
Hoang Hong Quan
2024-11-06 18:43:11 +07:00
parent 03e6f5eea9
commit 1063885181

View File

@@ -148,7 +148,7 @@ kexts = [
description = "Enable legacy native Apple Wireless adapters",
category = "Wi-Fi",
min_darwin_version = "23.0.0",
requires_kexts = ["IOSkywalkFamily"],
requires_kexts = ["AMFIPass", "IOSkywalkFamily"],
download_info = {
"id": 817294638,
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/main/payloads/Kexts/Wifi/IO80211FamilyLegacy-v1.0.0.zip"
@@ -159,7 +159,7 @@ kexts = [
description = "Enable legacy native Apple Wireless adapters",
category = "Wi-Fi",
min_darwin_version = "23.0.0",
requires_kexts = ["IO80211FamilyLegacy"],
requires_kexts = ["AMFIPass", "IO80211FamilyLegacy"],
download_info = {
"id": 926584761,
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/main/payloads/Kexts/Wifi/IOSkywalkFamily-v1.2.0.zip"