linux: 4.18-rc3 -> 4.18-rc4

This commit is contained in:
Tim Steinbach 2018-07-09 20:11:10 -04:00
parent ed98822350
commit 9371f6ad37
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 4 additions and 4 deletions

View File

@ -230,7 +230,7 @@ let
};
usb = {
USB_DEBUG = option no;
USB_DEBUG = option (whenOlder "4.18" no);
USB_EHCI_ROOT_HUB_TT = yes; # Root Hub Transaction Translators
USB_EHCI_TT_NEWSCHED = yes; # Improved transaction translator scheduling
};

View File

@ -1,13 +1,13 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.18-rc3";
modDirVersion = "4.18.0-rc3";
version = "4.18-rc4";
modDirVersion = "4.18.0-rc4";
extraMeta.branch = "4.18";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1kr9bhvcdp792micjmhl2hwhs5iid1srb4ia8hm4cpy1lnzdgrih";
sha256 = "1nhl82ygz7sm6njnb9qg9k4jp0gr1cv2wxpayrpc4ab21xb6b5mj";
};
# Should the testing kernels ever be built on Hydra?