linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152

This commit is contained in:
qoli 2018-11-30 10:00:30 -08:00
parent 2da30b1384
commit f6172b634d

View File

@ -1,10 +1,10 @@
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.14.78-150";
version = "4.14.85-152";
# modDirVersion needs to be x.y.z.
modDirVersion = "4.14.78";
modDirVersion = "4.14.85";
# branchVersion needs to be x.y.
extraMeta.branch = "4.14";
@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "hardkernel";
repo = "linux";
rev = version;
sha256 = "0139qciaf1vlz41s9idjbcx20c1svrp1l7qaazfkwfx52ghb4pvv";
sha256 = "1bpsxrbsdygnk2414ajf2za7rnb6xxnjngkzrg060c4i3bcrwrzf";
};
defconfig = "odroidxu4_defconfig";