Skip to content
Snippets Groups Projects
Verified Commit e47eadf1 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: have kernel 5.4/5.10/5.15 side by side

parent 79f0d3da
Branches
Tags
No related merge requests found
From 0513c972a16f56b47cf18afd6cb5611ae7447c32 Mon Sep 17 00:00:00 2001
From ff502152eecebe8e4d571ad72fb87200c3e6d995 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Sun, 9 Oct 2022 23:19:12 +0200
Subject: [PATCH] kernel: have kernel 5.4 and kernel 5.15 side by side
Date: Thu, 13 Oct 2022 22:34:50 +0200
Subject: [PATCH 1/2] kernel-version: add kernel 5.10 and kernel 5.15
---
include/kernel-version.mk | 2 ++
1 file changed, 2 insertions(+)
include/kernel-version.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 07e64d4edd..e5a69b6131 100644
index 07e64d4edd..28ce352d1d 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,8 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
@@ -7,8 +7,12 @@ ifdef CONFIG_TESTING_KERNEL
endif
LINUX_VERSION-5.4 = .215
+LINUX_VERSION-5.10 = .147
+LINUX_VERSION-5.15 = .73
LINUX_KERNEL_HASH-5.4.215 = 2d2bf7c3a25297f2b4686aa50a7cdaac68b52fc4c81b2cd3dddfe9f592b34ebd
+LINUX_KERNEL_HASH-5.10.147 = 85253abf097eb5013b988a400eb022eed0e0626e7e0a7daa3ab4b6bcabbced9a
+LINUX_KERNEL_HASH-5.15.73 = a822f09525ae8803453939a91e73f18097a3ba2aec73be4fe9ab314a0131715d
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment