diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-06 22:50:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-07 00:21:25 +0200 |
commit | d7a5ce301d40385bc9cd791d7aed6558a65724ef (patch) | |
tree | 3d37954addbf9b6b94e1d060026898b0b3e41d6a /mk | |
parent | cd19c82c336ccbdf5793b56902d83b4feae9bf07 (diff) |
linux: update to 4.19.126
Diffstat (limited to 'mk')
-rw-r--r-- | mk/linux-ver.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index b8918370b..227346a3c 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -22,10 +22,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 4e431b7c0266a07b76fdb77f8917ad681f0fa34ffba0eb8a172b67f7ef57bc31 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y) -KERNEL_FILE_VER:= 4.19.99 +KERNEL_FILE_VER:= 4.19.126 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 8dbc21f994af9dc3468da4e934a641b457a57cf125d1a8e8f95fe488edd5b5ab +KERNEL_HASH:= 6e2a7e0adbe31e39cc8f1a3bd7bfa0d92ec0a4ca5360bb25829db831378f3f89 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y) KERNEL_FILE_VER:= 4.14.168 |