linux-hardkernel: 4.14.69-148 -> 4.14.73-149 (#47896)

This commit is contained in:
qolii 2018-10-05 13:48:07 +00:00 committed by xeji
parent 4b613137e4
commit 03d770c0ee

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.69-148"; version = "4.14.73-149";
# modDirVersion needs to be x.y.z. # modDirVersion needs to be x.y.z.
modDirVersion = "4.14.69"; modDirVersion = "4.14.73";
# 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 = "1grsmb7lnxnkva03nh8ny4zizvrxjim5kf5ssqkcbfz5mx1fqni0"; sha256 = "1zc5py6v3xyvy6dwghnqb7nsn9l1aib3d96i5bqy9dd56vyiy5m2";
}; };
defconfig = "odroidxu4_defconfig"; defconfig = "odroidxu4_defconfig";