linux: 5.11-rc1 -> 5.11-rc2
Added temporary patch for a syntax error in the wireless drivers
This commit is contained in:
@@ -104,4 +104,14 @@
|
||||
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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user