diff options
author | Alexey Smirnov <s.alexey@gmail.com> | 2022-04-04 11:59:25 +0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-06-24 09:18:03 +0200 |
commit | ed4d743a2cb5d365bb94f1ce6f1a7f1a9a4460f5 (patch) | |
tree | 5d464cd55fd89a47a6d8332227bf79edba958b78 | |
parent | 97d9f515b7c7284865e93339b94db1e6fa675d7a (diff) | |
download | upstream-ed4d743a2cb5d365bb94f1ce6f1a7f1a9a4460f5.tar.gz upstream-ed4d743a2cb5d365bb94f1ce6f1a7f1a9a4460f5.tar.bz2 upstream-ed4d743a2cb5d365bb94f1ce6f1a7f1a9a4460f5.zip |
omap: enable 5.15 as testing kernel
Compiled for and run-tested on BBB
Signed-off-by: Alexey Smirnov <s.alexey@gmail.com>
-rw-r--r-- | target/linux/omap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index c7a904bbe5..51f19862d6 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 KERNELNAME:=zImage dtbs |