Patched broadcom_sta with for kernels 2.6.39 and 3.2

Patches taken from Gentoo, builds OK now.

svn path=/nixpkgs/trunk/; revision=32076
This commit is contained in:
Vladimír Čunát
2012-02-06 19:06:47 +00:00
parent fd12c85a33
commit e6c4bcf8fb
3 changed files with 25 additions and 1 deletions
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
};
buildInputs = [ kernel ];
patches = [ ./makefile.patch ];
patches = [ ./makefile.patch ./linux-2.6.39.patch ./linux-3.2.patch ];
#++ stdenv.lib.optional
#(! builtins.lessThan (builtins.compareVersions kernel.version "2.6.37") 0)
#[ ./mutex-sema.patch ];