mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
32 lines
938 B
Diff
32 lines
938 B
Diff
From 1b0b999cc8165c0d97d72463bbfdb3568eaa3bca Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Mon, 4 Sep 2023 12:31:07 +0200
|
|
Subject: [PATCH 58/58] kernel: add v5.4 checksums
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
include/kernel-5.4 | 11 +++++++++++
|
|
1 file changed, 11 insertions(+)
|
|
|
|
diff --git a/include/kernel-5.4 b/include/kernel-5.4
|
|
index daf1f1740a..ec9733780d 100644
|
|
--- a/include/kernel-5.4
|
|
+++ b/include/kernel-5.4
|
|
@@ -1,2 +1,13 @@
|
|
LINUX_VERSION-5.4 = .164
|
|
LINUX_KERNEL_HASH-5.4.164 = a8fdb27e0e7a871086e0c78b899088c21fbc8e16fb236d220926dc4c93e0fb2d
|
|
+
|
|
+ifeq ($(CONFIG_TARGET_ipq40xx),y)
|
|
+LINUX_VERSION-5.4 = .158
|
|
+LINUX_KERNEL_HASH-5.4.158 = 6e018fecdc8fc24553756e582d83b82d65b10a6b03ef36262a24911f839b8d59
|
|
+endif
|
|
+
|
|
+ifeq ($(CONFIG_TARGET_ipq95xx),y)
|
|
+LINUX_VERSION-5.4 = .213
|
|
+LINUX_KERNEL_HASH-5.4.213 = d13de2f5e02569eebeb40ee9373fc0b4d0bf6b69595b38ea95c1f878a5bd0447
|
|
+endif
|
|
+
|
|
--
|
|
2.34.1
|
|
|