Added firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip.

svn path=/nixpkgs/trunk/; revision=10762
This commit is contained in:
Tobias Hammerschmidt 2008-02-20 08:53:42 +00:00
parent a8bdb8adc8
commit f2fbbc6052
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,21 @@
args: with args;
stdenv.mkDerivation ( rec {
pname = "zd1211-firmware";
version = "1.4";
name = "${pname}-${version}";
src = fetchurl {
url = "http://surfnet.dl.sourceforge.net/sourceforge/zd1211/${name}.tar.bz2";
sha256 = "866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1";
};
buildPhase = "true";
installPhase = "ensureDir $out; cp * $out";
meta = {
description = "Firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip";
homepage = http://sourceforge.net/projects/zd1211/;
license = "GPL";
};
})

View file

@ -4320,6 +4320,9 @@ rec {
inherit stdenv xlibs expat libdrm;
};
zd1211fw = import ../os-specific/linux/firmware/zd1211 {
inherit stdenv fetchurl;
};
### DATA