mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Remove macOS support limitation for LucyRTL8125Ethernet
This commit is contained in:
@@ -226,8 +226,6 @@ class CompatibilityChecker:
|
||||
if bus_type.startswith("PCI"):
|
||||
if device_id in ("8086-125B", "8086-125C", "8086-125D", "8086-3102"):
|
||||
min_version = "19.0.0"
|
||||
elif device_id in ("10EC-3000", "10EC-8125", "1186-8125"):
|
||||
max_version = "23.99.99"
|
||||
|
||||
if not is_device_supported:
|
||||
device_props["Compatibility"] = (None, None)
|
||||
|
||||
@@ -313,7 +313,6 @@ kexts = [
|
||||
name = "LucyRTL8125Ethernet",
|
||||
description = "Provides support for Realtek RTL8125 family",
|
||||
category = "Ethernet",
|
||||
max_darwin_version = "23.99.99",
|
||||
github_repo = {
|
||||
"owner": "Mieze",
|
||||
"repo": "LucyRTL8125Ethernet"
|
||||
|
||||
Reference in New Issue
Block a user