-
Notifications
You must be signed in to change notification settings - Fork 18
Add NDIS65_ndprot683_fix for several kits #857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,8 @@ | |
| "download_url": "https://go.microsoft.com/fwlink/?linkid=2335804", | ||
| "sha256": "b970b8f8dd2af850e951a9dae6278bb16b6e63ad25caa8525be9441567248809", | ||
| "extra_software": [ | ||
| "winfsp" | ||
| "winfsp", | ||
| "NDIS65_ndprot683_fix" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding |
||
| ], | ||
| "studio_platform": "Win2022x64", | ||
| "name": "HLK11_25H2" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,8 @@ | |
| "extra_software": [ | ||
| "Test-NETHLK", | ||
| "winfsp", | ||
| "RoMetadataDll" | ||
| "RoMetadataDll", | ||
| "NDIS65_ndprot683_fix" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding |
||
| ], | ||
| "studio_platform": "Win2022x64", | ||
| "name": "HLK2025" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding
"NDIS65_ndprot683_fix"toextra_softwarerequires a corresponding configuration for it. TheExtraSoftwareManagerwill look for a configuration file (e.g.,config.json) in a directory namedNDIS65_ndprot683_fixunder theextra_softwarepath. This PR appears to be missing this configuration, which will likely cause a runtime failure whenread_configinlib/auxiliary/extra_software/manager.rbis called. Please add the necessary configuration for this new software.