summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-01-29 04:19:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-01-29 04:19:09 +0100
commitc39d6baf626482c2511b17e8b318f38cfb00d248 (patch)
tree826d1973f3826ba8a331e17da2069dcc4e1c940c /mk
parent508b1b756e77a2ae5095a4bf221f6e638065bb87 (diff)
linux: update to 5.4.289
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 c8c0be34e..89a055e69 100644
--- a/mk/linux-ver.mk
+++ b/mk/linux-ver.mk
@@ -46,10 +46,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:= 239e57280f8c9159187e383d7b730d29f5cc8e1b30be218f004e0c90d1137f52
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_4),y)
-KERNEL_FILE_VER:= 5.4.282
+KERNEL_FILE_VER:= 5.4.289
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 5582770976d33bb7bf9494e0fa0c49f449aa02b0133d00a5a198b6c208dd7de0
+KERNEL_HASH:= 1e3e5fc052c8e15f8eaa37d30bf4f0b3eef7430dd234d9fed0d0005852a06d10
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y)
KERNEL_FILE_VER:= 4.19.320