From 6d1dd34732fa8bf51dd9719c4843522b020fe59b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 28 Mar 2022 14:07:06 +0200 Subject: [PATCH] sunxi: enable 5.15 as testing kernel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit So anyone interested can help with new kernel version integration and testing. Signed-off-by: Petr Å tetiar --- target/linux/sunxi/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2