From: Mieczyslaw Nalewaj Date: Mon, 19 May 2025 20:21:59 +0000 (+0200) Subject: x86: use kernel 6.12 by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d7d0e5a41b9673c153d50ce25c72064e38f62e;p=thirdparty%2Fopenwrt.git x86: use kernel 6.12 by default Switch to Linux kernel version 6.12. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/18848 Signed-off-by: Robert Marko --- diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 0ffbc66c3d0..69b634a0460 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=x86 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 +KERNEL_PATCHVER:=6.12 KERNELNAME:=bzImage