From c73bb851d54cafd0234a4b78aa6adb779dd5c44d Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Sat, 11 Apr 2026 22:53:30 +0200 Subject: [PATCH] x86: use kernel 6.18 by default Switch to Linux kernel version 6.18. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/22893 Signed-off-by: Nick Hainke --- target/linux/x86/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index d5ecf7218f..7cd9b73d60 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.12 -KERNEL_TESTING_PATCHVER:=6.18 +KERNEL_PATCHVER:=6.18 KERNELNAME:=bzImage