linux: Fix i686 build

This commit is contained in:
Eelco Dolstra 2015-10-28 11:09:59 +01:00
parent b080efe4dc
commit d2918797bb

View File

@ -488,8 +488,10 @@ with stdenv.lib;
BRCMFMAC_PCIE? y
# Support x2APIC (which requires IRQ remapping).
X86_X2APIC y
IRQ_REMAP y
${optionalString (stdenv.system == "x86_64-linux") ''
X86_X2APIC y
IRQ_REMAP y
''}
${kernelPlatform.kernelExtraConfig or ""}
${extraConfig}