diff options
author | Pascal Coudurier <coudu@gmx.com> | 2023-12-01 21:42:37 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-12-09 16:52:07 +0100 |
commit | fdf8041107f27417bcd8d540ad56e162b83304bc (patch) | |
tree | b956202c6187b526cb24a93c3a31d9ecd8f4956d /target/linux/x86 | |
parent | 8825f0fcd90b3ee67fedf9174339510183730d1d (diff) |
x86: move to 6.1 kernel by default
6.1 kernel has been in testing for a few month without issues
Signed-off-by: Pascal Coudurier <coudu@gmx.com>
Diffstat (limited to 'target/linux/x86')
-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 2ca1b4ca46..39f0a6e825 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:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 KERNELNAME:=bzImage |