[openwrt/openwrt] x86: enable 6.12 testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 30 07:28:06 PDT 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/dfe93dddfdc97291a60f38c677bd2a38e72b0edc
commit dfe93dddfdc97291a60f38c677bd2a38e72b0edc
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Tue Nov 19 01:06:28 2024 +0100
x86: enable 6.12 testing kernel
The x86 now supports 6.12 kernel as testing.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16547
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/x86/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index f5f39d8421..0ffbc66c3d 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -11,6 +11,7 @@ FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part
SUBTARGETS:=generic legacy geode 64
KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
KERNELNAME:=bzImage
More information about the lede-commits
mailing list