Add support for certain Intel onboard LAN controllers

This commit is contained in:
Hoang Hong Quan
2024-12-03 14:07:54 +07:00
parent 17c6854c46
commit a4bd522566
3 changed files with 37 additions and 27 deletions
+3 -3
View File
@@ -320,12 +320,12 @@ kexts = [
}
),
KextInfo(
name = "IntelMausi",
name = "IntelMausiEthernet",
description = "Intel Ethernet LAN driver for macOS",
category = "Ethernet",
github_repo = {
"owner": "acidanthera",
"repo": "IntelMausi"
"owner": "CloverHackyColor",
"repo": "IntelMausiEthernet"
}
),
KextInfo(