aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-28 14:24:03 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-30 11:21:46 +0100
commit51431de30dde7fd046eb3d4d3cf0beaa9db35e58 (patch)
tree78c43f3fb66b4da4077b513cd29b8bad934d6e00 /include
parent0880275d5ee36b006a0501dc9eb9f4d5c953dcb5 (diff)
downloadupstream-51431de30dde7fd046eb3d4d3cf0beaa9db35e58.tar.gz
upstream-51431de30dde7fd046eb3d4d3cf0beaa9db35e58.tar.bz2
upstream-51431de30dde7fd046eb3d4d3cf0beaa9db35e58.zip
kernel: bump 4.9 to 4.9.197
Refreshed all patches. Altered patches: - 804-crypto-support-layerscape.patch Compile-tested on: ar71xx Runtime-tested on: ar71xx Compiling target layerscape before this patch shows that it's broken. Fixing it is out-of-scope for bumping the kernel and will be done in a later patch. The altered patch is a sample change which leaves the target exactly as it was before this bump. Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 990cdc1fa5..e1c9422d79 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -2,10 +2,10 @@
LINUX_RELEASE?=1
-LINUX_VERSION-4.9 = .196
+LINUX_VERSION-4.9 = .197
LINUX_VERSION-4.14 = .149
-LINUX_KERNEL_HASH-4.9.196 = e0ab12b04a975630ece2142a1ac15cfe45140b8c3359226b035c15ca7c92c6ef
+LINUX_KERNEL_HASH-4.9.197 = 553568b6728d505da70efa8247a66ad158e849c8f5f40d715612ef4e9ed14a0c
LINUX_KERNEL_HASH-4.14.149 = e69dabd2368440ce1650cda0cf043e1ba3f3343f940a43b68e761739fcb3f296
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))