Merge pull request #53694 from bkchr/raspberry_wifi_fix

linux: Adds patch for fixing wifi on raspberry pi
This commit is contained in:
Jörg Thalheim 2019-01-09 10:54:34 +00:00 committed by GitHub
commit 9e4fe77abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -68,4 +68,12 @@ rec {
sha256 = "0bp4jryihg1y2sl8zlj6w7vvnxj0kmb6xdy42hpvdv43kb6ngiaq";
};
};
raspberry_pi_wifi_fix = rec {
name = "raspberry-pi-wifi-fix";
patch = fetchpatch {
url = https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/730522ae76aa57b89fa317c5084613d3d50cf3b8/core/linux-aarch64/0005-mmc-sdhci-iproc-handle-mmc_of_parse-errors-during-pr.patch;
sha256 = "0gbfycky28vbdjgys1z71wl5q073dmbrkvbnr6693jsda3qhp6za";
};
};
}

View file

@ -14613,6 +14613,7 @@ in
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.revert-vfs-dont-open-real
kernelPatches.raspberry_pi_wifi_fix
];
};