diff options
| author | Zoltan HERPAI | 2022-03-31 13:57:27 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2022-03-31 22:51:40 +0000 |
| commit | 483fe539c4b4dfa6aaf15e414f1c4e293a19bb58 (patch) | |
| tree | 981b7534cb74fcb1a8eecbb8d6d2cccad60fdab9 | |
| parent | e5c697a41c78c70cd2ceec555fadde85abd3a67d (diff) | |
| download | openwrt-483fe539c4b4dfa6aaf15e414f1c4e293a19bb58.tar.gz | |
mxs: enable 5.15 as testing kernel
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 a5940486df..7b6c6ee3f1 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 rtc usb gpio CPU_TYPE:=arm926ej-s KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 KERNELNAME:=zImage dtbs |