Merge pull request #51817 from qolii/linux_hardkernel_4_14_78__4_14_85

linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152
This commit is contained in:
Alyssa Ross 2018-12-10 17:08:37 +00:00 committed by GitHub
commit 017390185a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";