diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-30 13:34:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-30 18:06:41 +0200 |
commit | ec1b02095ff5894536b21287ea13862ac81598e0 (patch) | |
tree | 76038260aef2f421ce352375a908c8f9a0e48233 /mk | |
parent | 3946f4e6fae0a30bcec46259598eb0a3ee7e6bd2 (diff) |
linux: update to 5.15.180
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 c0d1c1192..de1dff33a 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -40,10 +40,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= e9d17ae1ff96a771e0c5061a50cf9209ce457cf28c8e01165d611523f3957eb9 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y) -KERNEL_FILE_VER:= 5.15.178 +KERNEL_FILE_VER:= 5.15.180 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= efe9f7eb5ea4d26cec6290689343e1804eb3b4a88ff5a60497a696fc08157c42 +KERNEL_HASH:= f51f68b8bbe60aca5e1ff3781f7e5d2ca6a31dd299c8446c39bf880bfff1cd39 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_10),y) KERNEL_FILE_VER:= 5.10.234 |