linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172

This commit is contained in:
Ben Wolsieffer 2020-01-10 15:59:41 -05:00
parent 3de5266b25
commit 07b977df89

View File

@ -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.120-160"; version = "4.14.165-172";
# modDirVersion needs to be x.y.z. # modDirVersion needs to be x.y.z.
modDirVersion = "4.14.120"; modDirVersion = "4.14.165";
# 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 = "0sb7k8kpbm4h98jsqjnjmj0ysp55n9cpczpw0jsg0x0sj9qp73nr"; sha256 = "10ayqjjs2hxj1q7sb0mxa3gv75q28lznjha19rpxvig2fpi8015s";
}; };
defconfig = "odroidxu4_defconfig"; defconfig = "odroidxu4_defconfig";