summaryrefslogtreecommitdiffstats
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
parent38e19bd04f803a4c811a0c1fb5a52eb0808a0145 (diff)
m bcm4352: init for x
-rw-r--r--makefu/1systems/x.nix1
-rw-r--r--makefu/2configs/hw/bcm4352.nix6
2 files changed, 7 insertions, 0 deletions
diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix
index d41edfa4..2d6923c9 100644
--- a/makefu/1systems/x.nix
+++ b/makefu/1systems/x.nix
@@ -32,6 +32,7 @@
# hardware specifics are in here
../2configs/hw/tp-x220.nix
../2configs/hw/rtl8812au.nix
+ ../2configs/hw/bcm4352.nix
# mount points
../2configs/fs/sda-crypto-root-home.nix
# ../2configs/mediawiki.nix
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 ];
+}
+