diff options
| author | Mieczyslaw Nalewaj | 2024-05-29 23:03:24 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-05-30 20:47:59 +0000 |
| commit | 06d5d7b7bf2452c318f7ccc0a7248cf2491c9134 (patch) | |
| tree | bf54b4c830756b67c63d51f2de65116b64aaa325 | |
| parent | fd47fdf527b45f07235193c80f07562b44e50aef (diff) | |
| download | openwrt-06d5d7b7bf2452c318f7ccc0a7248cf2491c9134.tar.gz | |
x86: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.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 b4ac2a5ec8..f5f39d8421 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.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 KERNELNAME:=bzImage |