diff options
author | Mieczyslaw Nalewaj <namiltd@yahoo.com> | 2024-08-05 21:18:05 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2024-09-01 10:13:16 +0300 |
commit | 85f01288514feec9e9e108fc7c4d7052028aa686 (patch) | |
tree | 5ff1605c1b2ee0663fef97ee9a9aeb5d1e362555 | |
parent | 7873c6f0b8cf11e2a3041a551ffff56dcb42fdaa (diff) | |
download | openwrt-85f01288514feec9e9e108fc7c4d7052028aa686.tar.gz openwrt-85f01288514feec9e9e108fc7c4d7052028aa686.tar.bz2 openwrt-85f01288514feec9e9e108fc7c4d7052028aa686.zip |
qoriq: enable 6.6 testing kernel
The qoriq now supports 6.6 kernel as testing.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16079
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r-- | target/linux/qoriq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 50d3187d84..9d03c3183f 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -12,6 +12,7 @@ FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc sou SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=zImage |