From 1167617f0d5b152fc165c7e99c8ea87f52849562 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 23 Sep 2025 12:56:32 +0700 Subject: [PATCH] Update kext compatibility for macOS Tahoe 26 --- Scripts/datasets/kext_data.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index edf09dc..c89e197 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -181,6 +181,7 @@ kexts = [ description = "Enable legacy Qualcomm Atheros Wireless cards", category = "Wi-Fi", min_darwin_version = "18.0.0", + max_darwin_version = "24.99.99", requires_kexts = ["IO80211ElCap"], download_info = { "id": 348147192, @@ -192,6 +193,7 @@ kexts = [ description = "Enable legacy Qualcomm Atheros Wireless cards", category = "Wi-Fi", min_darwin_version = "18.0.0", + max_darwin_version = "24.99.99", requires_kexts = ["corecaptureElCap"], download_info = { "id": 128321732, @@ -203,6 +205,7 @@ kexts = [ description = "Enable legacy Apple Wireless adapters", category = "Wi-Fi", min_darwin_version = "23.0.0", + max_darwin_version = "24.99.99", requires_kexts = ["AMFIPass", "IOSkywalkFamily"], download_info = { "id": 817294638, @@ -214,6 +217,7 @@ kexts = [ description = "Enable legacy Apple Wireless adapters", category = "Wi-Fi", min_darwin_version = "23.0.0", + max_darwin_version = "24.99.99", requires_kexts = ["AMFIPass", "IO80211FamilyLegacy"], download_info = { "id": 926584761, @@ -750,7 +754,6 @@ kexts = [ description = "A replacement for amfi=0x80 boot argument", category = "Extras", min_darwin_version = "20.0.0", - max_darwin_version = "24.99.99", requires_kexts = ["Lilu"], download_info = { "id": 926491527,