diff options
| author | Mieczyslaw Nalewaj | 2024-03-13 00:37:54 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-04-04 06:56:10 +0000 |
| commit | 1e7033d188217d0c45cdf58508588e55e0adf6ed (patch) | |
| tree | 6ce2b134aaff7a91b3d614791bd6e380670ec4de | |
| parent | 2a86425de1076ca014f6a9c57980ae3112d50008 (diff) | |
| download | openwrt-1e7033d188217d0c45cdf58508588e55e0adf6ed.tar.gz | |
x86: 6.6: set testing kernel
Allow selecting 6.6 as testing kernel on x86.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.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 39f0a6e825..b4ac2a5ec8 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.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=bzImage |