diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2022-03-31 15:57:27 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2022-04-01 00:51:40 +0200 |
commit | 483fe539c4b4dfa6aaf15e414f1c4e293a19bb58 (patch) | |
tree | 981b7534cb74fcb1a8eecbb8d6d2cccad60fdab9 /target/linux/mxs | |
parent | e5c697a41c78c70cd2ceec555fadde85abd3a67d (diff) | |
download | upstream-483fe539c4b4dfa6aaf15e414f1c4e293a19bb58.tar.gz upstream-483fe539c4b4dfa6aaf15e414f1c4e293a19bb58.tar.bz2 upstream-483fe539c4b4dfa6aaf15e414f1c4e293a19bb58.zip |
mxs: enable 5.15 as testing kernel
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux/mxs')
-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 |