diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-20 12:25:02 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-20 13:41:49 +0100 |
commit | 7adb0f98103537b98880960fd1a14f2f54aa3574 (patch) | |
tree | e02fc44d7429836182c77ef2210cdf6e9e682602 /include | |
parent | ac050025a50a675e1cc91c19635fe6a00a6ecbe7 (diff) | |
download | upstream-7adb0f98103537b98880960fd1a14f2f54aa3574.tar.gz upstream-7adb0f98103537b98880960fd1a14f2f54aa3574.tar.bz2 upstream-7adb0f98103537b98880960fd1a14f2f54aa3574.zip |
kernel: bump 4.19 to 4.19.97
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include')
-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 07d5efe8bb..c4186b8d3e 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-4.14 = .166 -LINUX_VERSION-4.19 = .96 +LINUX_VERSION-4.19 = .97 LINUX_KERNEL_HASH-4.14.166 = 8bb2bf811a2092933a2386a4e679cd0c88de979c10fbb463d8142add4e577c00 -LINUX_KERNEL_HASH-4.19.96 = 23c1d1d5ba7bc14f9850e5ce78006712fe6c65dedcf67d3c99cec9c16a631d4d +LINUX_KERNEL_HASH-4.19.97 = 8fb2a328e05e545274e721cf84baaf612b9330febc6f581b9ead81eaf41496da remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |