3
0
Fork 0
forked from mirrors/nixpkgs

linux: Removes the previously removed raspberry pi patch

There seems to have been an oopsie with the rebase.
This commit is contained in:
Samuel Dionne-Riel 2019-02-02 14:29:01 -05:00
parent 2433ec33e4
commit 09af2fb9e0
2 changed files with 0 additions and 9 deletions

View file

@ -57,12 +57,4 @@ rec {
sha256 = "1l8xq02rd7vakxg52xm9g4zng0ald866rpgm8kjlh88mwwyjkrwv";
};
};
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

@ -14563,7 +14563,6 @@ in
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.raspberry_pi_wifi_fix
];
};