diff options
| author | Nick Hainke | 2025-05-01 16:14:10 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2025-11-18 17:29:27 +0000 |
| commit | e867131a20aa786d7bf3da72006881c39006f971 (patch) | |
| tree | c39b8599de496a7cff845c1fcf4ebfa9e2fd025c | |
| parent | 0853ffc7f1d90c68ae82027c140d337f9a420b5f (diff) | |
| download | openwrt-e867131a20aa786d7bf3da72006881c39006f971.tar.gz | |
qoriq: enable 6.12 testing kernel
Add testing kernel support.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Link: https://github.com/openwrt/openwrt/pull/18669
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 6320cdfeb0..18d31ffc46 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 squ SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 KERNELNAME:=zImage |