Merge pull request #45689 from qolii/hardkernel_4_14_55__4_14_66

linux-hardkernel: 4.14.55-146 -> 4.14.66-147
This commit is contained in:
adisbladis 2018-08-28 12:48:02 +08:00 committed by GitHub
commit 503235ed3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
buildLinux (args // rec {
version = "4.14.55-146";
version = "4.14.66-147";
# modDirVersion needs to be x.y.z.
modDirVersion = "4.14.55";
modDirVersion = "4.14.66";
# branchVersion needs to be x.y.
extraMeta.branch = "4.14";
@ -13,7 +13,7 @@ buildLinux (args // rec {
owner = "hardkernel";
repo = "linux";
rev = version;
sha256 = "1bm1njng4rwfylgnqv06vabkvybm9rikqj1lsb7p9qcs3y1kw6mh";
sha256 = "06v38jl4i7l8gl8zcpyp9vmjjhaqhbp7by15f82rxa724zppxi9x";
};
defconfig = "odroidxu4_defconfig";