about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-02-02 14:29:01 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-02-02 14:29:01 -0500
commit09af2fb9e0d948dcf71d2008bd8426fa3ee8f25f (patch)
treeae0875bc3cc1f6fd5ca441eab3351e81d161e2ce /pkgs/os-specific/linux/kernel/patches.nix
parent2433ec33e4c57f942e2395758e6fa48e929f10de (diff)
linux: Removes the previously removed raspberry pi patch
There seems to have been an oopsie with the rebase.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index f09b9d6ea5b12..4c338b37deca9 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -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";
-    };
-  };
 }