diff options
| author | Mieczyslaw Nalewaj | 2025-05-19 20:21:59 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-20 09:52:07 +0000 |
| commit | c1d7d0e5a41b9673c153d50ce25c72064e38f62e (patch) | |
| tree | c2d55140f50a8a35cd8d7be9604aa86c5ccb2e6c | |
| parent | 45889aecf8aa818bc00ac254b7ef2f6b3246a067 (diff) | |
| download | openwrt-c1d7d0e5a41b9673c153d50ce25c72064e38f62e.tar.gz | |
x86: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18848
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/x86/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 0ffbc66c3d..69b634a046 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 |