From 10638851814d81e637212ddee024cf014b929175 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Wed, 6 Nov 2024 18:43:11 +0700 Subject: [PATCH] Add AMFIPass kext required when using IOSkywalkFamily and IO80211FamilyLegacy kexts --- Scripts/datasets/kext_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index 47cf7f9..03341e2 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -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"