linux: Fix i686 build
This commit is contained in:
parent
b080efe4dc
commit
d2918797bb
@ -488,8 +488,10 @@ with stdenv.lib;
|
|||||||
BRCMFMAC_PCIE? y
|
BRCMFMAC_PCIE? y
|
||||||
|
|
||||||
# Support x2APIC (which requires IRQ remapping).
|
# Support x2APIC (which requires IRQ remapping).
|
||||||
|
${optionalString (stdenv.system == "x86_64-linux") ''
|
||||||
X86_X2APIC y
|
X86_X2APIC y
|
||||||
IRQ_REMAP y
|
IRQ_REMAP y
|
||||||
|
''}
|
||||||
|
|
||||||
${kernelPlatform.kernelExtraConfig or ""}
|
${kernelPlatform.kernelExtraConfig or ""}
|
||||||
${extraConfig}
|
${extraConfig}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user