Temp work-around botched download

This commit is contained in:
Mykola Grymalyuk
2021-03-28 21:51:03 -06:00
parent eeeb222896
commit 1f6dfbfd30
171 changed files with 4683 additions and 1 deletions
+3
View File
@@ -91,6 +91,9 @@ class BuildOpenCore:
#("VoodooHDA.kext", self.constants.voodoohda_version, self.constants.voodoohda_path, lambda: self.model in ModelArray.LegacyAudio),
# IDE patch
("AppleIntelPIIXATA.kext", self.constants.piixata_version, self.constants.piixata_path, lambda: self.model in ModelArray.IDEPatch),
# Hibernation Tests
#("CpuTscSync.kext", self.constants.cputscsync, self.constants.cputscsync_path, lambda: True),
#("HibernationFixup.kext", self.constants.hibernationfixup, self.constants.hibernationfixup_path, lambda: True),
]:
self.enable_kext(name, version, path, check)