From 2a60a8a9e05efa9ae0384016165cefb34ddceca9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 17 Dec 2016 16:18:33 +0100 Subject: hardware/t100ha: Fix install of brcmfmac params Regression introduced by 4a27d62243942c4be181c7129fb532a709a15a8e. I've removed the fwbase variable in this commit, so the kernel is unable to completely load the WiFi firmware. Signed-off-by: aszlig --- modules/hardware/t100ha/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hardware') diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix index 588ed53e..feb64ef0 100644 --- a/modules/hardware/t100ha/default.nix +++ b/modules/hardware/t100ha/default.nix @@ -16,7 +16,7 @@ in { for fw in brcm/brcmfmac43340-sdio intel/fw_sst_22a8; do $install "$fwpkg/lib/firmware/$fw.bin" "$out/lib/firmware/$fw.bin" done - $install "$params" "$out/$fwbase.txt" + $install "$params" "$out/lib/firmware/brcm/brcmfmac43340-sdio.txt" ''); boot.kernelPatches = [ -- cgit 1.4.1