forked from mirrors/nixpkgs
* Latest Intel 3945/4965 wireless firmwares. Actually there are newer
versions, but they're apparently for Linux >= 2.6.29 (e.g. they provide iwlwifi-3945-2.ucode instead of iwlwifi-3945-1.ucode). svn path=/nixpkgs/trunk/; revision=13771
This commit is contained in:
parent
b92b8242fd
commit
164e1a7ff2
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "iwlwifi-3945-ucode-2.14.1.5";
|
||||
name = "iwlwifi-3945-ucode-15.28.1.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-3945-ucode-2.14.1.5.tgz;
|
||||
sha256 = "06gy21qkd4kj6pf3nsz5z3xkgmcafzrm1krywd8lbb8i56i3jkra";
|
||||
url = http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-3945-ucode-15.28.1.8.tgz;
|
||||
sha256 = "0pwilsk8m9f5ihlp3wlam485a52lkbj2di5990bnz2m6ina9j8v2";
|
||||
};
|
||||
|
||||
buildPhase = "true";
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iwlwifi-4965-ucode-4.44.17";
|
||||
name = "iwlwifi-4965-ucode-228.57.1.21";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://intellinuxwireless.org/iwlwifi/downloads/" + name + ".tgz";
|
||||
sha256 = "1mfnxsp58jvh0njvwaxrkbiggbzr4jd0hk314hxfwyjpjdd2hj6w";
|
||||
sha256 = "1rry0kpzszxk60h5gb94advzi009010xb332iyvfpaiwbj6aiyas";
|
||||
};
|
||||
|
||||
buildPhase = "true";
|
||||
|
|
Loading…
Reference in a new issue