linux-hardkernel: 4.14.55-146 -> 4.14.66-147
This commit is contained in:
parent
81e65071bb
commit
5d0e53fd97
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
|
{ stdenv, buildPackages, hostPlatform, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
|
||||||
|
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "4.14.55-146";
|
version = "4.14.66-147";
|
||||||
|
|
||||||
# modDirVersion needs to be x.y.z.
|
# modDirVersion needs to be x.y.z.
|
||||||
modDirVersion = "4.14.55";
|
modDirVersion = "4.14.66";
|
||||||
|
|
||||||
# branchVersion needs to be x.y.
|
# branchVersion needs to be x.y.
|
||||||
extraMeta.branch = "4.14";
|
extraMeta.branch = "4.14";
|
||||||
@ -13,7 +13,7 @@ buildLinux (args // rec {
|
|||||||
owner = "hardkernel";
|
owner = "hardkernel";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1bm1njng4rwfylgnqv06vabkvybm9rikqj1lsb7p9qcs3y1kw6mh";
|
sha256 = "06v38jl4i7l8gl8zcpyp9vmjjhaqhbp7by15f82rxa724zppxi9x";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = "odroidxu4_defconfig";
|
defconfig = "odroidxu4_defconfig";
|
||||||
|
Loading…
Reference in New Issue
Block a user