Add Intel WiFi kext selection

This commit is contained in:
Hoang Hong Quan
2025-04-24 17:19:36 +07:00
parent dbade935a5
commit ca43374a9c
6 changed files with 110 additions and 65 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class gatheringFiles:
if product_name == "AirportItlwm":
version = macos_version[:2]
if self.utils.parse_darwin_version("24.0.0") <= self.utils.parse_darwin_version(macos_version):
if all((kexts[kext_maestro.kext_data.kext_index_by_name.get("IOSkywalkFamily")].checked, kexts[kext_maestro.kext_data.kext_index_by_name.get("IO80211FamilyLegacy")].checked)) or self.utils.parse_darwin_version("24.0.0") <= self.utils.parse_darwin_version(macos_version):
version = "22"
elif self.utils.parse_darwin_version("23.4.0") <= self.utils.parse_darwin_version(macos_version):
version = "23.4"