mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
linux: 5.11-rc2 -> 5.11-rc3
This commit is contained in:
parent
d91f1b0f47
commit
18b09d883f
@ -3,7 +3,7 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "5.11-rc2";
|
version = "5.11-rc3";
|
||||||
extraMeta.branch = "5.11";
|
extraMeta.branch = "5.11";
|
||||||
|
|
||||||
# modDirVersion needs to be x.y.z, will always add .0
|
# modDirVersion needs to be x.y.z, will always add .0
|
||||||
@ -11,7 +11,7 @@ buildLinux (args // rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
||||||
sha256 = "092jgmzqfpylwbwhv7j8hy5y0ai14b6wm7p7vw6pxj7alixyynq0";
|
sha256 = "15dfgvicp7s9xqaa3w8lmfffzyjsqrq1fa2gs1a8awzs5rxgsn61";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Should the testing kernels ever be built on Hydra?
|
# Should the testing kernels ever be built on Hydra?
|
||||||
|
@ -105,14 +105,4 @@
|
|||||||
name = "mac_nvme_t2";
|
name = "mac_nvme_t2";
|
||||||
patch = ./mac-nvme-t2.patch;
|
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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -18790,7 +18790,6 @@ in
|
|||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
kernelPatches.bridge_stp_helper
|
kernelPatches.bridge_stp_helper
|
||||||
kernelPatches.request_key_helper
|
kernelPatches.request_key_helper
|
||||||
kernelPatches.wireless_syntax_error
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user