kernelPackages.broadcom_sta: fix build for 5.9 (#106760)

* broadcom: fix build 5.9

Patch to fix the build error for the 5.9 Linux kernel.

* broadcom: swith 5.9 patch to Joan Bruguera's version
Switch the current patch for 5.9 to Joan Bruguera's version which is cleaner and also works for 5.10
This commit is contained in:
SebastienWae
2020-12-30 11:58:49 +01:00
committed by GitHub
parent 95f685da60
commit e8dd1fa1d9
2 changed files with 186 additions and 0 deletions
@@ -37,6 +37,8 @@ stdenv.mkDerivation {
./linux-5.1.patch
# source: https://salsa.debian.org/Herrie82-guest/broadcom-sta/-/commit/247307926e5540ad574a17c062c8da76990d056f
./linux-5.6.patch
# source: https://gist.github.com/joanbm/5c640ac074d27fd1d82c74a5b67a1290
./linux-5.9.patch
./null-pointer-fix.patch
./gcc.patch
];