From fc719c24375d9d6350f2c676e5b2fb5d0a34f85f Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 3 Oct 2015 15:35:06 -0400 Subject: [PATCH] Fix kernel config names for BRCMFMAC_* --- pkgs/os-specific/linux/kernel/common-config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index a31c4371fab..df5fe2f6763 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -484,8 +484,8 @@ with stdenv.lib; ''} # Enable PCIe and USB for the brcmfmac driver - CONFIG_BRCMFAC_USB? y - CONFIG_BRCMFAC_PCIE? y + BRCMFMAC_USB? y + BRCMFMAC_PCIE? y ${kernelPlatform.kernelExtraConfig or ""} ${extraConfig}