Add FeatureUnlock kext and set the latest supported macOS limit for AirportItlwm and NVMeFix kexts

This commit is contained in:
Hoang Hong Quan
2024-09-24 12:36:58 +07:00
parent 4fcabd93e1
commit f199d7b435

View File

@@ -134,6 +134,7 @@ kexts = [
name = "AirportItlwm",
description = "Intel Wi-Fi drivers support the native macOS Wi-Fi interface",
category = "Wi-Fi",
max_darwin_version = (23, 99, 99),
conflict_group_id = "IntelWiFi",
github_repo = {
"owner": "OpenIntelWireless",
@@ -462,6 +463,7 @@ kexts = [
name = "NVMeFix",
description = "Addresses compatibility and performance issues with NVMe SSDs",
category = "Storage",
max_darwin_version = (23, 99, 99),
min_darwin_version = (18, 0, 0),
github_repo = {
"owner": "acidanthera",
@@ -547,6 +549,15 @@ kexts = [
"repo": "ECEnabler"
}
),
KextInfo(
name = "FeatureUnlock",
description = "Enable additional features on unsupported hardware",
category = "Extras",
github_repo = {
"owner": "acidanthera",
"repo": "FeatureUnlock"
}
),
KextInfo(
name = "ForgedInvariant",
description = "The plug & play kext for syncing the TSC on AMD & Intel",