ipq95xx: fix kernel download hash

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2024-03-01 09:53:42 +01:00
parent bf2ca9a9e4
commit 556f8880bc

View File

@@ -23,7 +23,7 @@ index daf1f1740a..ec9733780d 100644
+
+ifeq ($(CONFIG_TARGET_ipq95xx)$(CONFIG_TARGET_ipq53xx),y)
+LINUX_VERSION-5.4 = .213
+LINUX_KERNEL_HASH-5.4.213 = d13de2f5e02569eebeb40ee9373fc0b4d0bf6b69595b38ea95c1f878a5bd0447
+LINUX_KERNEL_HASH-5.4.213 = 53d191b59994a3b8b5c9cac7391cbf0a4186ba4bd08b9f378e2d05bfd4921f6d
+endif
+
--