linux: 4.18-rc8 -> 4.19-rc1
This commit is contained in:
parent
c2c13157bb
commit
f412e19996
@ -302,7 +302,7 @@ let
|
|||||||
CIFS_XATTR = yes;
|
CIFS_XATTR = yes;
|
||||||
CIFS_POSIX = yes;
|
CIFS_POSIX = yes;
|
||||||
CIFS_FSCACHE = yes;
|
CIFS_FSCACHE = yes;
|
||||||
CIFS_STATS = yes;
|
CIFS_STATS = whenOlder "4.19" yes;
|
||||||
CIFS_WEAK_PW_HASH = yes;
|
CIFS_WEAK_PW_HASH = yes;
|
||||||
CIFS_UPCALL = yes;
|
CIFS_UPCALL = yes;
|
||||||
CIFS_ACL = yes;
|
CIFS_ACL = yes;
|
||||||
|
@ -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-rc8";
|
version = "4.19-rc1";
|
||||||
modDirVersion = "4.18.0-rc8";
|
modDirVersion = "4.19.0-rc1";
|
||||||
extraMeta.branch = "4.18";
|
extraMeta.branch = "4.19";
|
||||||
|
|
||||||
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 = "0rqyqms63c15iwcwy40yqd9fvlvh3ah09gddv0wf45z9dqp7id1m";
|
sha256 = "14c9xg9sv0jrdri36das97vdbybi7vmcy59mj9wmgaz81cdk3wg5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Should the testing kernels ever be built on Hydra?
|
# Should the testing kernels ever be built on Hydra?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user