Skip to content

Commit 3dac8a8

Browse files
authored
Merge pull request #1579 from mjschwenne/fix-surface-kernel
Fix Typo Preventing Microsoft Surface Kernels from Building
2 parents 26ed7a0 + c006c5a commit 3dac8a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microsoft/surface/common/kernel/6.12/patches.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
name = "microsoft-surface-patches-linux-${version}";
1111
patch = null;
12-
extraStructuredConfig = with kernel; {
12+
structuredExtraConfig = with kernel; {
1313
STAGING_MEDIA = yes;
1414

1515
##

microsoft/surface/common/kernel/6.15/patches.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
name = "microsoft-surface-patches-linux-${version}";
1111
patch = null;
12-
extraStructuredConfig = with kernel; {
12+
structuredExtraConfig = with kernel; {
1313
STAGING_MEDIA = yes;
1414
##
1515
## Surface Aggregator Module

0 commit comments

Comments
 (0)