Use the right iwl4965 firmware depending on the kernel version.

svn path=/nixos/branches/modular-nixos/; revision=16065
This commit is contained in:
Ludovic Courtès 2009-06-26 21:40:29 +00:00
parent d68e177909
commit 05183ccb78

View File

@ -15,7 +15,7 @@ in
services = {
udev = {
addFirmware = [ pkgs.iwlwifi4965ucode ];
addFirmware = [ kernelPackages.iwlwifi4965ucode ];
};
};
}