diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-24 11:20:03 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-24 13:14:33 +0100 |
commit | 40842167d2fffc053698e17f5dbadbc7b78644cf (patch) | |
tree | 8b12d311dd5de7db41e6462aa400e2bf14171136 /include/kernel-version.mk | |
parent | 76254cb75e4abc2a87e13134915cd0c422926fde (diff) | |
download | upstream-40842167d2fffc053698e17f5dbadbc7b78644cf.tar.gz upstream-40842167d2fffc053698e17f5dbadbc7b78644cf.tar.bz2 upstream-40842167d2fffc053698e17f5dbadbc7b78644cf.zip |
kernel: bump 4.19 to 4.19.98
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 71c2ae7c6d..429256f400 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-4.14 = .167 -LINUX_VERSION-4.19 = .97 +LINUX_VERSION-4.19 = .98 LINUX_KERNEL_HASH-4.14.167 = 2bb78fc7a902faf4f5dad47fdbc2f4bf3df3cf9b41f408e7260f36656659fe43 -LINUX_KERNEL_HASH-4.19.97 = 8fb2a328e05e545274e721cf84baaf612b9330febc6f581b9ead81eaf41496da +LINUX_KERNEL_HASH-4.19.98 = 91feb13bc22d60d69596ab1d01dfecbec13ef70f00c89a483e0733af94dd2937 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |