diff options
| author | Mieczyslaw Nalewaj | 2024-11-19 00:06:28 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-04-30 14:26:46 +0000 |
| commit | dfe93dddfdc97291a60f38c677bd2a38e72b0edc (patch) | |
| tree | 4ca4a770d3d5d06c94be07642194c4e451a26cb9 | |
| parent | 04d17565618541a181ed32039b01fe6f83cf82ec (diff) | |
| download | openwrt-dfe93dddfdc97291a60f38c677bd2a38e72b0edc.tar.gz | |
x86: enable 6.12 testing kernel
The x86 now supports 6.12 kernel as testing.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16547
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index f5f39d8421..0ffbc66c3d 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -11,6 +11,7 @@ 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 KERNELNAME:=bzImage |