summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-07-15 03:02:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-07-15 03:03:30 +0200
commit13823c84f03e96c2fb9a06dbe4eef31b4833a427 (patch)
tree70f7ae77ec5843fef7f09e6da9fb7e77c7d765fa /mk
parent0b16459987fb2e621e875203d9a6fc4b0e3aecb9 (diff)
pcduino 3b skeleton
Diffstat (limited to 'mk')
-rw-r--r--mk/linux-ver.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk
index 227346a3c..7d73cd7cb 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.126
+KERNEL_FILE_VER:= 4.19.132
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 6e2a7e0adbe31e39cc8f1a3bd7bfa0d92ec0a4ca5360bb25829db831378f3f89
+KERNEL_HASH:= d7d7ee94962ce4cc070e8db7f7f3755cbef122a3fd77c436d5381a61819a7d44
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
KERNEL_FILE_VER:= 4.14.168