broadcom_sta: Add patch for supporting Linux 4.7

Patch is from Arch Linux at:

https://aur.archlinux.org/cgit/aur.git/tree/?h=broadcom-wl

I've tested building against 3.18.36, 4.4.16 and 4.7.0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @phreedom, @vcunat
This commit is contained in:
aszlig
2016-08-01 21:05:15 +02:00
parent bd7ce1581d
commit 4d3545f2a5
2 changed files with 110 additions and 0 deletions
@@ -22,6 +22,7 @@ stdenv.mkDerivation {
patches = [
./i686-build-failure.patch
./license.patch
./linux-4.7.patch
./gcc.patch
];