mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Revert "ocvalidate: Drop checks for CPUFriendDataProvider.kext"
This reverts commit 53e407a2e805d4c905854379a1e8a4f94fb78001.
This commit is contained in:
parent
14df4ad249
commit
c6ee1930ce
@ -31,6 +31,7 @@ KEXT_PRECEDENCE mKextPrecedence[] = {
|
||||
{ "BrightnessKeys.kext", "Lilu.kext" },
|
||||
{ "CpuTscSync.kext", "Lilu.kext" },
|
||||
{ "CPUFriend.kext", "Lilu.kext" },
|
||||
{ "CPUFriendDataProvider.kext", "CPUFriend.kext" },
|
||||
{ "DebugEnhancer.kext", "Lilu.kext" },
|
||||
{ "HibernationFixup.kext", "Lilu.kext" },
|
||||
{ "NVMeFix.kext", "Lilu.kext" },
|
||||
@ -68,6 +69,7 @@ KEXT_INFO mKextInfo[] = {
|
||||
{ "BrightnessKeys.kext", "Contents/MacOS/BrightnessKeys", "Contents/Info.plist" },
|
||||
{ "CpuTscSync.kext", "Contents/MacOS/CpuTscSync", "Contents/Info.plist" },
|
||||
{ "CPUFriend.kext", "Contents/MacOS/CPUFriend", "Contents/Info.plist" },
|
||||
{ "CPUFriendDataProvider.kext", "", "Contents/Info.plist" },
|
||||
{ "DebugEnhancer.kext", "Contents/MacOS/DebugEnhancer", "Contents/Info.plist" },
|
||||
{ "HibernationFixup.kext", "Contents/MacOS/HibernationFixup", "Contents/Info.plist" },
|
||||
{ "NVMeFix.kext", "Contents/MacOS/NVMeFix", "Contents/Info.plist" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user