Disable NFC on 3.17 or above
This should only be temporary, but there's a bug in the 3.17 rc1 and rc2 that leads to cyclic module dependencies and a segfault during the build process.
This commit is contained in:
parent
1eb08ee693
commit
0bb14e4fea
@ -338,6 +338,8 @@ with stdenv.lib;
|
||||
''}
|
||||
ZRAM m
|
||||
|
||||
${optionalString (versionAtLeast version "3.17") "NFC? n"}
|
||||
|
||||
${kernelPlatform.kernelExtraConfig or ""}
|
||||
${extraConfig}
|
||||
''
|
||||
|
Loading…
x
Reference in New Issue
Block a user