forked from mirrors/nixpkgs
Merge pull request #52606 from lopsided98/linux-hardkernel-update
linux_hardkernel_4_14: 4.14.85-152 -> 4.14.87-153
This commit is contained in:
commit
88c516dd55
|
@ -1,10 +1,10 @@
|
||||||
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
|
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
|
||||||
|
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "4.14.85-152";
|
version = "4.14.87-153";
|
||||||
|
|
||||||
# modDirVersion needs to be x.y.z.
|
# modDirVersion needs to be x.y.z.
|
||||||
modDirVersion = "4.14.85";
|
modDirVersion = "4.14.87";
|
||||||
|
|
||||||
# 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 = "1bpsxrbsdygnk2414ajf2za7rnb6xxnjngkzrg060c4i3bcrwrzf";
|
sha256 = "1aj3l8pf3nl0mm4m5z4z4iqd72b0nqip4cajmhpfjmq8vkygcw5c";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = "odroidxu4_defconfig";
|
defconfig = "odroidxu4_defconfig";
|
||||||
|
|
Loading…
Reference in a new issue