linux: 5.11-rc2 -> 5.11-rc3

This commit is contained in:
Tim Steinbach
2021-01-11 11:10:07 -05:00
parent d91f1b0f47
commit 18b09d883f
3 changed files with 2 additions and 13 deletions
-10
View File
@@ -105,14 +105,4 @@
name = "mac_nvme_t2";
patch = ./mac-nvme-t2.patch;
};
# https://lkml.org/lkml/2020/12/18/461
wireless_syntax_error = rec {
name = "wireless-syntax_error";
patch = fetchpatch {
name = name + ".patch";
url = "https://lkml.org/lkml/diff/2020/12/18/461/1";
sha256 = "11rnw9z7311crsx37sk68b71q51cni70lzf40ildqjnnn71m3q58";
};
};
}