linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172
This commit is contained in:
parent
3de5266b25
commit
07b977df89
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, libelf, utillinux, ... } @ args:
|
||||
|
||||
buildLinux (args // rec {
|
||||
version = "4.14.120-160";
|
||||
version = "4.14.165-172";
|
||||
|
||||
# modDirVersion needs to be x.y.z.
|
||||
modDirVersion = "4.14.120";
|
||||
modDirVersion = "4.14.165";
|
||||
|
||||
# branchVersion needs to be x.y.
|
||||
extraMeta.branch = "4.14";
|
||||
|
@ -13,7 +13,7 @@ buildLinux (args // rec {
|
|||
owner = "hardkernel";
|
||||
repo = "linux";
|
||||
rev = version;
|
||||
sha256 = "0sb7k8kpbm4h98jsqjnjmj0ysp55n9cpczpw0jsg0x0sj9qp73nr";
|
||||
sha256 = "10ayqjjs2hxj1q7sb0mxa3gv75q28lznjha19rpxvig2fpi8015s";
|
||||
};
|
||||
|
||||
defconfig = "odroidxu4_defconfig";
|
||||
|
|
Loading…
Reference in New Issue