linux: 4.18-rc3 -> 4.18-rc4
This commit is contained in:
@@ -230,7 +230,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
usb = {
|
usb = {
|
||||||
USB_DEBUG = option no;
|
USB_DEBUG = option (whenOlder "4.18" no);
|
||||||
USB_EHCI_ROOT_HUB_TT = yes; # Root Hub Transaction Translators
|
USB_EHCI_ROOT_HUB_TT = yes; # Root Hub Transaction Translators
|
||||||
USB_EHCI_TT_NEWSCHED = yes; # Improved transaction translator scheduling
|
USB_EHCI_TT_NEWSCHED = yes; # Improved transaction translator scheduling
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
|
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
|
||||||
|
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "4.18-rc3";
|
version = "4.18-rc4";
|
||||||
modDirVersion = "4.18.0-rc3";
|
modDirVersion = "4.18.0-rc4";
|
||||||
extraMeta.branch = "4.18";
|
extraMeta.branch = "4.18";
|
||||||
|
|
||||||
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 = "1kr9bhvcdp792micjmhl2hwhs5iid1srb4ia8hm4cpy1lnzdgrih";
|
sha256 = "1nhl82ygz7sm6njnb9qg9k4jp0gr1cv2wxpayrpc4ab21xb6b5mj";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Should the testing kernels ever be built on Hydra?
|
# Should the testing kernels ever be built on Hydra?
|
||||||
|
|||||||
Reference in New Issue
Block a user