From 05183ccb78ea2cd53e3ee2f6ebaa79d7c9f8d4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 26 Jun 2009 21:40:29 +0000 Subject: [PATCH] Use the right iwl4965 firmware depending on the kernel version. svn path=/nixos/branches/modular-nixos/; revision=16065 --- hardware/network/intel-4965agn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/network/intel-4965agn.nix b/hardware/network/intel-4965agn.nix index e31d89027987..c0eb413e2d2c 100644 --- a/hardware/network/intel-4965agn.nix +++ b/hardware/network/intel-4965agn.nix @@ -15,7 +15,7 @@ in services = { udev = { - addFirmware = [ pkgs.iwlwifi4965ucode ]; + addFirmware = [ kernelPackages.iwlwifi4965ucode ]; }; }; }