diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-03-28 14:07:06 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-29 12:02:50 +0200 |
commit | 6d1dd34732fa8bf51dd9719c4843522b020fe59b (patch) | |
tree | 47195bac3be645fe5e6b3f51452050b02ed60ff0 /target/linux/sunxi/Makefile | |
parent | c707e1bc04912eb822b7528da36e8510d4562ba3 (diff) | |
download | upstream-6d1dd34732fa8bf51dd9719c4843522b020fe59b.tar.gz upstream-6d1dd34732fa8bf51dd9719c4843522b020fe59b.tar.bz2 upstream-6d1dd34732fa8bf51dd9719c4843522b020fe59b.zip |
sunxi: enable 5.15 as testing kernel
So anyone interested can help with new kernel version integration and
testing.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/sunxi/Makefile')
-rw-r--r-- | target/linux/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 682603341d..2a031c2df1 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -11,6 +11,7 @@ FEATURES:=fpu usb ext4 display rootfs-part rtc squashfs SUBTARGETS:=cortexa8 cortexa7 cortexa53 KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 KERNELNAME:=zImage dtbs |