Added support for the Zydas zd1211 firmware.

svn path=/nixos/trunk/; revision=10763
This commit is contained in:
Tobias Hammerschmidt 2008-02-20 09:01:26 +00:00
parent 8b165fc1f4
commit 672d293c2b
2 changed files with 9 additions and 0 deletions

View file

@ -388,6 +388,14 @@
";
};
enableZydasZD1211Firmware = mkOption {
default = false;
description = "
This option enables automatic loading of the firmware for the Zydas
ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip.
";
};
localCommands = mkOption {
default = "";
example = "text=anything; echo You can put $text here.";

View file

@ -29,6 +29,7 @@ let
pkgs.lib.optional config.networking.enableIntel2200BGFirmware pkgs.ipw2200fw
++ pkgs.lib.optional config.networking.enableIntel3945ABGFirmware pkgs.iwlwifi3945ucode
++ pkgs.lib.optional config.networking.enableIntel4965AGNFirmware pkgs.iwlwifi4965ucode
++ pkgs.lib.optional config.networking.enableZydasZD1211Firmware pkgs.zd1211fw
++ config.services.udev.addFirmware;
extraUdevPkgs =
pkgs.lib.optional config.services.hal.enable pkgs.hal