diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2023-01-24 19:42:08 +0100 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2023-01-30 11:13:14 +0100 |
commit | d649a8dcef853e187fe55ef421c8a0304cfa7eaa (patch) | |
tree | 1d5801e0fabc80bc660799c5094b62f33cf85743 /target/linux/mxs/Makefile | |
parent | c2903ebadc994720fbf466a9e51fbdf027ceda70 (diff) | |
download | upstream-d649a8dcef853e187fe55ef421c8a0304cfa7eaa.tar.gz upstream-d649a8dcef853e187fe55ef421c8a0304cfa7eaa.tar.bz2 upstream-d649a8dcef853e187fe55ef421c8a0304cfa7eaa.zip |
mxs: switch default kernel to 5.15
The testing kernel has been available since Mar/2022, let's switch
to it by default.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux/mxs/Makefile')
-rw-r--r-- | target/linux/mxs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index 998983090e..6ae4814e95 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 rtc usb gpio CPU_TYPE:=arm926ej-s SUBTARGETS:=generic -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 KERNELNAME:=zImage dtbs |