mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Add FeatureUnlock kext and set the latest supported macOS limit for AirportItlwm and NVMeFix kexts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user