diff options
| author | Zoltan HERPAI | 2025-05-02 13:16:59 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-22 09:03:05 +0000 |
| commit | 769e9efd67c69b048cb86fe1ce9039b00fd980e9 (patch) | |
| tree | 2936d0ce0c9f1a62b31c70860a58406b6eccf5c6 | |
| parent | 0aa9c795b56df9bc41564a124106de4dec800f84 (diff) | |
| download | openwrt-769e9efd67c69b048cb86fe1ce9039b00fd980e9.tar.gz | |
mxs: add 6.12 kernel as testing
Allow selecting 6.12 as testing kernel on mxs.
Runtime-tested:
- Olinuxino Micro
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/mxs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index 07239c0e17..bd6daeec24 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=arm926ej-s SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 KERNELNAME:=zImage dtbs |