summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-08-13 22:38:09 +0200
committermakefu <github@syntax-fehler.de>2016-08-13 22:38:09 +0200
commit2ac7d159f81da79e7b52f27ea38543990bb486ce (patch)
treee862d35ff178b47d7ed043575594846fcdb1ebeb /makefu/2configs/hw
parent38e19bd04f803a4c811a0c1fb5a52eb0808a0145 (diff)
m bcm4352: init for x
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r--makefu/2configs/hw/bcm4352.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/hw/bcm4352.nix b/makefu/2configs/hw/bcm4352.nix
new file mode 100644
index 00000000..516637eb
--- /dev/null
+++ b/makefu/2configs/hw/bcm4352.nix
@@ -0,0 +1,6 @@
+{config, ...}:
+{
+ networking.enableB43Firmware = true;
+ boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
+}
+