about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-12-17 16:18:33 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-12-17 16:18:33 +0100
commit2a60a8a9e05efa9ae0384016165cefb34ddceca9 (patch)
tree9430ab6ff9b2ac472ffc6e644dde4379248a7ebf /modules/hardware
parent895fe570dedb7bb40cc6e7d77cfe2778bc29d0c2 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/t100ha/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = [